Share via


LPPowerMgmtCallback (Windows Embedded CE 6.0)

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

  • fOff
    [in] Off flag.

Return Value

None.

Requirements

Header dmamif.h
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

Direct Memory Access Abstraction PDD Functions