1.1.30.9 WDRV_WINC_POWERSAVE_CALLBACK Typedef
C
typedef void (*WDRV_WINC_POWERSAVE_CALLBACK)
(
DRV_HANDLE handle,
const WDRV_WINC_POWERSAVE_INFO *const pPowersaveInfo
);Description
This defines a function pointer to a powersave information callback.
Parameters
| Parameters | Description |
|---|---|
| handle | Client handle obtained by a call to WDRV_WINC_Open. |
| pPowersaveInfo | Pointer to a powersave information structure. |
Returns
None.
Remarks
None.
