POWER_RELATIONSHIP
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
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.