SDEV_IDENTIFIER_INTERFACE - NtDoc

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

typedef struct _SDEV_IDENTIFIER_INTERFACE {
  INTERFACE            InterfaceHeader;
  PGET_SDEV_IDENTIFIER GetIdentifier;
} SDEV_IDENTIFIER_INTERFACE, *PSDEV_IDENTIFIER_INTERFACE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wdm-_sdev_identifier_interface)

_SDEV_IDENTIFIER_INTERFACE structure

Description

This material is not yet available. This placeholder topic is provided as an example of documentation that may be included in a later release.

Members

InterfaceHeader

GetIdentifier

Remarks

See also