POWER_RELATIONSHIP
9/8/2008
Essa estrutura define o destino do IOCTL_POWER_XXX Comandos para drivers pai e barramento se houver um relacionamento estabelecido por RegisterPowerRelationship.
Syntax
typedef struct _POWER_RELATIONSHIP {
HANDLE hParent;
LPCWSTR pwsParent;
HANDLE hChild;
LPCWSTR pwsChild;
} POWER_RELATIONSHIP, *PPOWER_RELATIONSHIP;
Os membros
- hParent
Identificador para o nó pai.
- pwsParent
Nó nomeado pai. De exemplo, " NDS0: ".
- hChild
Identificador para o nó filho, retornado pelo RegisterPowerRelationship.
- pwsChild
Nó filho nomeado. Por exemplo \NE20001 {98C5250D-C29A-4985-AE5F-AFE5367E5006}.