Luna::InterfaceImplDesc
Describes arguments to register an interface implementation.
struct Luna::InterfaceImplDesc
Member objects
-
The GUID of the type that implements the interface.
-
The GUID of the interface.
-
void ( cast_to_interface) (object_t obj)
The function pointer called to cast the object pointer to the specified interface pointer.