// winioctl.h
typedef struct _CLASS_MEDIA_CHANGE_CONTEXT {
DWORD MediaChangeCount;
DWORD NewState;
} CLASS_MEDIA_CHANGE_CONTEXT, *PCLASS_MEDIA_CHANGE_CONTEXT;
View the official Win32 API referenceNo description available.
Contains information associated with a media change event.
MediaChangeCountThe number of times that media has been changed since system startup.
NewStateThe state information. This member can be one of the following values from the MEDIA_CHANGE_DETECTION_STATE enumeration type.