Expand description
§win-idispatch
This crate is a utility crate to improve the ergonmics of working with IDispatch interfaces with windows COM servers.
Structs§
- Dispatch
Interface - Holds the pointer to the IDispatch interface. Drop is implemented to correctly release the pointer when dropped.
- Unknown
Interface - UnknownInterface is a structure that maintains access to an IUnkonwn pointer. The pointer will be cleaned up correctly when the reference is dropped.