MDEVICECAPSEX


typedef struct {
    DWORD cbSize;
    LPVOID pCaps;
} MDEVICECAPSEX ;

Contains device-capability information for Plug and Play device drivers.

cbSize

Size of the structure, in bytes.

pCaps

Device capabilities. The format of this data is device-specific.