ReactOS 0.4.16-dev-1946-g52006dd
_KNOWN_INTERFACE Struct Reference
Collaboration diagram for _KNOWN_INTERFACE:

Public Attributes

const IIDiid
 
PCSTR name
 
PCWSTR wname
 
BOOLEAN(* IsRegistered )(ULONG version)
 

Detailed Description

Definition at line 28 of file com_apitest.c.

Member Data Documentation

◆ iid

const IID* _KNOWN_INTERFACE::iid

Definition at line 30 of file com_apitest.c.

Referenced by TestInterfaceRegistry(), and TestModuleInterfaces().

◆ IsRegistered

BOOLEAN(* _KNOWN_INTERFACE::IsRegistered) (ULONG version)

Definition at line 33 of file com_apitest.c.

Referenced by TestInterfaceRegistry().

◆ name

PCSTR _KNOWN_INTERFACE::name

Definition at line 31 of file com_apitest.c.

Referenced by TestInterfaceRegistry(), and TestModuleInterfaces().

◆ wname

PCWSTR _KNOWN_INTERFACE::wname

Definition at line 32 of file com_apitest.c.

Referenced by TestInterfaceRegistry().


The documentation for this struct was generated from the following file: