Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This structure contains information on whether the unit is ready.
Syntax
typedef struct CDROM_TESTUNITREADY {
ULONG Reserved;
BOOL bUnitReady;
} CDROM_TESTUNITREADY, *PCDROM_TESTUNITREADY;
Members
- Reserved
Reserved for future use. Must be zero.
- bUnitReady
Queries whether the unit is ready.
Requirements
| Header | cdioctl.h |
| Windows Embedded CE | Windows CE .NET 4.0 and later |