// 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 referenceNo description available.
This material is not yet available. This placeholder topic is provided as an example of documentation that may be included in a later release.
InterfaceHeaderGetIdentifier