Re: IOCTL_POWER_XXX method calls
- From: "<ctacke/>" <ctacke[@]opennetcf[dot]com>
- Date: Thu, 24 Aug 2006 15:08:10 -0400
From pm.h, line 188:
typedef struct _POWER_RELATIONSHIP {
HANDLE hParent; // Handle to parent node
LPCWSTR pwsParent; // Named parent node, e.g. "NDS0:"
HANDLE hChild; // Handle to child node, returned from
RegisterPowerRelationship
LPCWSTR pwsChild; // Named child node, e.g. "NE20001"
} POWER_RELATIONSHIP, *PPOWER_RELATIONSHIP;
--
Chris Tacke
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--
"Mario" <alphatommy@xxxxxxxxxxx> wrote in message
news:1156446231.152804.176220@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
I am trying to call IOCTL_POWER_GET and IOCTL_POWER_CAPABILITIES
methods through P/Invoke. Both methods have one of the input
parameters as POWER_RELATIONSHIP structure. How or where can I find
what are the values of these members? Thanks.
Regards,
mario
.
- Follow-Ups:
- Re: IOCTL_POWER_XXX method calls
- From: Mario
- Re: IOCTL_POWER_XXX method calls
- References:
- IOCTL_POWER_XXX method calls
- From: Mario
- IOCTL_POWER_XXX method calls
- Prev by Date: IOCTL_POWER_XXX method calls
- Next by Date: Re: Catching scroll event for datagrid
- Previous by thread: IOCTL_POWER_XXX method calls
- Next by thread: Re: IOCTL_POWER_XXX method calls
- Index(es):