PSET_POWER callback function (routprot.h)
The SetPower 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 PSET_POWER type defines a pointer to this callback function. SetPower is a placeholder for the application-defined function name.
Syntax
PSET_POWER PsetPower;
DWORD PsetPower(
[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 |