[−][src]Crate com_impl
Structs
Refcount |
Refcounter object for automatic COM Object implementations. Atomically keeps track of the reference count so that the implementation of IUnknown can properly deallocate the object when all reference counts are gone. |
VTable |
Wrapper for the C++ VTable member of a COM object. |
Traits
BuildVTable |
Trait that allows accessing the VTable for all of the COM interfaces your object implements. |