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.
The MDEVICECAPSEX
structure contains device capability information for Plug and Play (PnP) device drivers.
Syntax
typedef struct {
DWORD cbSize;
LPVOID pCaps;
} MDEVICECAPSEX;
Members
cbSize
Specifies the size of the structure, in bytes.
pCaps
Specifies the capabilities of the device. The format of this data is device specific.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows XP and later Windows operating systems. |
Header | mmddk.h (include Mmddk.h, Mmsystem.h, Windows.h) |