Crate com_impl

source ·

Structs

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.
Wrapper for the C++ VTable member of a COM object.

Traits

Trait that allows accessing the VTable for all of the COM interfaces your object implements.