STI_USD_CAPS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// stiusd.h

typedef struct _STI_USD_CAPS {
  DWORD dwVersion;
  DWORD dwGenericCaps;
} STI_USD_CAPS, *PSTI_USD_CAPS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-stiusd-_sti_usd_caps)

_STI_USD_CAPS structure

Description

The STI_USD_CAPS structure is used as a parameter for the IStiUSD::GetCapabilities method.

Members

dwVersion

STI version number. This value must be STI_VERSION, defined in Sti.h.

dwGenericCaps

Bit flags indicating driver capabilities. The following flags are defined in Stiusd.h.

STI_USD_GENCAP_NATIVE_PUSHSUPPORT

The driver supports asynchronous device notifications.

STI_USD_GENCAP_OPEN_DEVICE_FOR_ME

Not used.