IOCTL_FMD_GET_INTERFACE (Windows Embedded CE 6.0)
1/6/2010
This IOCTL returns the interface exported by the FMD. Any functions not implemented by the FMD should have the function pointer set to NULL.
Parameters
- hDevice
[in] Handle to the block device.
- dwIoControlCode
[in] Specifies this IOCTL.
- lpInBuffer
[in] Not used. Set to NULL.
- nInBufferSize
[in] Not used. Set to zero (0).
- lpOutBuffer
[out] Pointer to an FMDInterface structure.
- nOutBufferSize
[in] Size of the FMDInterface structure.
- lpBytesReturned
[out] Not used. Set to NULL.
- lpOverlapped
[in] Not used.
Return Values
Returns TRUE on success. Returns FALSE on failure.
Requirements
Header | fmd.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |