IOCTL_FMD_GET_XIPMODE (Windows Embedded CE 6.0)

1/6/2010

This IOCTL retrieves the XIP mode.

Parameters

  • dwIoControlCode
    [in] Specifies this IOCTL.
  • lpInBuffer
    Not used. Set to NULL.
  • nInBufferSize
    Not used. Set to zero (0).
  • lpOutBuffer
    [out] Pointer to a BOOL value. If this value is set to TRUE, XIP mode is enabled. If this value is set to FALSE, XIP mode is disabled.
  • 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

Other Resources

GetLastError