IOCTL_CDROM_PAUSE_AUDIO (Windows Embedded CE 6.0)
1/6/2010
This IOCTL suspends audio play. The DeviceIoControl function processes this IOCTL.
Parameters
- dwIoControlCode
[in] Set to IOCTL_CDROM_PAUSE_AUDIO to pause audio playback if it was playing.
- lpInBuf
[in] Set to NULL.
- nInBufSize
[in] Set to zero.
- lpOutBuf
[in] Set to NULL.
- nOutBufSize
[in] Set to zero.
- lpBytesReturned
[in] Set to NULL.
Return Values
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To obtain extended error information, call GetLastError.
Requirements
Header | cdioctl.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
Block Driver IOCTLs
DeviceIoControl