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.
1/6/2010
This function is a callback function used when the system is suspended and when it resumes.
Syntax
typedef void (* LPPowerMgmtCallback)(
PDMA_PDD_ADAPTER_CONTEXT lpAdapterContext,
BOOL fOff
);
Parameters
- lpAdapterContext
[in] Pointer to a DMA_PDD_ADAPTER_CONTEXT structure.
- fOff
[in] Off flag.
Return Value
None.
Requirements
| Header | dmamif.h |
| Windows Embedded CE | Windows Embedded CE 6.0 and later |