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

ParametersDescription
handleClient handle obtained by a call to WDRV_WINC_Open.
pArbInfoPointer to anti-rollback information, or NULL if the information is unavailable.

Returns

None.

Remarks

None.