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