// iddcx.h
struct IDDCX_OPM_REQUESTED_INFORMATION {
UINT Size;
OPM_REQUESTED_INFORMATION RequestedInformation;
};
View the official Windows Driver Kit DDI referenceNo description available.
Gives the information requested from the OPM.
SizeTotal size of the structure.
RequestedInformationThe information that was requested.