// stiusd.h
typedef struct _STI_USD_CAPS {
DWORD dwVersion;
DWORD dwGenericCaps;
} STI_USD_CAPS, *PSTI_USD_CAPS;
View the official Windows Driver Kit DDI referenceNo description available.
The STI_USD_CAPS structure is used as a parameter for the IStiUSD::GetCapabilities method.
dwVersionSTI version number. This value must be STI_VERSION, defined in Sti.h.
dwGenericCapsBit flags indicating driver capabilities. The following flags are defined in Stiusd.h.
The driver supports asynchronous device notifications.
Not used.