IOCTL_FMD_GET_RESERVED_TABLE (Windows Embedded CE 6.0)
1/6/2010
This IOCTL returns the reserved table, specifying locations of reserved regions.
Parameters
- dwIoControlCode
[in] Specifies this IOCTL.
- lpInBuffer
Not used. Set to NULL.
- nInBufferSize
Not used. Set to zero (0).
- lpOutBuffer
[out] Pointer to a buffer that contains the reserved table. Set to NULL to retrieve only the size of the buffer.
- nOutBufferSize
[in] Set to the size of the buffer, in bytes.
- lpBytesReturned
[out] The number of bytes of the reserved table.
Return Values
Returns a nonzero value if successful. If this IOCTL fails, the return value is zero. To obtain extended error information, call GetLastError.
Requirements
Header | fmd.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |