PQUERY_POWER callback function (routprot.h)
The QueryPower function is reserved for future use. It is not currently called by the router manager. Routing protocols should pass NULL as the pointer value for this function in MPR_ROUTING_CHARACTERISTICS
The PQUERY_POWER type defines a pointer to this callback function. QueryPower is a placeholder for the application-defined function name.
Syntax
PQUERY_POWER PqueryPower;
DWORD PqueryPower(
[in] DWORD PowerType
)
{...}
Parameters
[in] PowerType
Reserved for future use.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | routprot.h |