1.1.6.3 WDRV_WINC_INFO_ANTIROLLBACK_CALLBACK Typedef
C
typedef void (*WDRV_WINC_INFO_ANTIROLLBACK_CALLBACK)
(
DRV_HANDLE handle,
const WDRV_WINC_ANTIROLLBACK_INFO *const pArbInfo
);Description
This defines a function pointer for a callback to receive anti-rollback information.
Parameters
| Parameters | Description |
|---|---|
| handle | Client handle obtained by a call to WDRV_WINC_Open. |
| pArbInfo | Pointer to anti-rollback information, or NULL if the information is unavailable. |
Returns
None.
Remarks
None.
