1.1.19.6 WDRV_WINC_INFO_DEVICE_CALLBACK Typedef
C
typedef void (*WDRV_WINC_INFO_DEVICE_CALLBACK)
(
DRV_HANDLE handle
);Description
This defines a function pointer for a callback to receive notification that the device information has been refreshed.
Parameters
| Parameters | Description |
|---|---|
| handle | Client handle obtained by a call to WDRV_WINC_Open. |
Returns
None.
Remarks
The refreshed device information can be obtained by calling WDRV_WINC_InfoDeviceGet.
