Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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.
Remarks
The KSPIN_INTERFACE structure is an alias for the KSIDENTIFIER structure. As such, their definitions are identical.
Requirements
Header: ks.h (include Ks.h)