1.1.22.9 WDRV_WINC_NVMGeometryGet
C
const WDRV_WINC_NVM_GEOM_INFO* const WDRV_WINC_NVMGeometryGet
(
DRV_HANDLE handle
);Description
Returns information on the geometry (sector size, number of sectors, etc) of the NVM region.
Precondition
WDRV_WINC_Initialize must have been called.
WDRV_WINC_Open must have been called to obtain a valid handle.
Parameters
| Parameters | Description |
|---|---|
| handle | Client handle obtained by a call to WDRV_WINC_Open. |
Returns
- Pointer to geometry structure
- NULL - Error.
Remarks
None.
