IOCTL_FMD_SET_SECTORSIZE (Windows Embedded CE 6.0)

1/6/2010

This IOCTL sets the sector size for the strata FMD block driver.

Parameters

  • dwIoControlCode
    [in] Specifies this IOCTL.
  • lpInBuffer
    [in] Pointer to a DWORD value containing the sector size.
  • nInBufferSize
    [in] Size of the value pointed to by lpInBuffer.
  • lpOutBuffer
    Not used. Set to NULL.
  • nOutBufferSize
    Not used. Set to zero (0).
  • 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

Other Resources

GetLastError