Struct IStubLink#
Defined in File core_ps.h
Struct Documentation#
-
struct IStubLink#
Link/unlink the object target interface to the stub object.
Public Functions
-
virtual void Link(sdv::interface_t ifc) = 0#
Link the object target interface to the stub-object.
Remark
Only one link can exists at the time.
- Parameters:
ifc – [in] Interface to be linked.
-
virtual void Unlink() = 0#
Unlink the linked interface.
- void Link (in interface_t ifc)
Link the object target interface to the stub-object.
Remark
Only one link can exists at the time.
- Parameters:
ifc – [in] Interface to be linked.
-
void Unlink()
Unlink the linked interface.
Public Static Attributes
-
static ::sdv::interface_id _id = 0x85755C9368CAD322#
Interface ID.
-
virtual void Link(sdv::interface_t ifc) = 0#