Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure defines the target of IOCTL_POWER_XXX commands to parent and bus drivers if there is a relationship established through RegisterPowerRelationship.
typedef struct _POWER_RELATIONSHIP {HANDLE hParent;LPCWSTR pwsParent; HANDLE hChild;LPCWSTR pwsChild;} POWER_RELATIONSHIP, *PPOWER_RELATIONSHIP;
Members
- hParent
Handle to the parent node. - pwsParent
The named parent node. For example, "NDS0:". - hChild
Handle to the child node, returned from RegisterPowerRelationship. - pwsChild
The named child node. For example, {98C5250D-C29A-4985-AE5F-AFE5367E5006}\NE20001.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Pm.h.
See Also
Send Feedback on this topic to the authors