KSPIN_INTERFACE structure

The KSPIN_INTERFACE structure describes a specific interface within an interface set.

Syntax

struct KSPIN_INTERFACE {
  GUID  Set;
  ULONG Id;
  ULONG Flags;
};

Members

  • Set
    Specifies the GUID that specifies this interface set.

  • Id
    Specifies the ID number of this particular interface within the interface set.

  • Flags
    Reserved for system use.

Requirements

Header

Ks.h (include Ks.h)

 

 

Send comments about this topic to Microsoft