IOCTL_FMD_GET_INFO (Windows Embedded CE 6.0)

1/6/2010

This IOCTL determines the size characteristics for the flash media device. This IOCTL is similar to the FMD_GetInfo function, however, it can be used by an application to retrieve the size information.

Parameters

  • dwIoControlCode
    [in] Specifies this IOCTL.
  • lpInBuffer
    Not used. Set to NULL.
  • nInBufferSize
    Not used. Set to zero (0).
  • lpOutBuffer
    [out] Pointer to an FMDInfo structure.
  • nOutBufferSize
    [in] Size of the value pointed to by lpOutBuffer.
  • lpBytesReturned
    Not used. Set to NULL.

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

See Also

Reference

Flash Media Driver IOCTLs
FMD_GetInfo
FMDInfo

Other Resources

GetLastError