IOCTL_FMD_GET_INTERFACE (Windows CE 5.0)
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
OS Versions: Windows CE .NET 4.2 and later.
Header: Fmd.h.
See Also
Flash Media Driver IOCTLs | Flash Media Driver Reference | Flash Media Drivers
Send Feedback on this topic to the authors