[][src]Crate win_idispatch

win-idispatch

This crate is a utility crate to improve the ergonmics of working with IDispatch interfaces with windows COM servers.

Structs

DispatchInterface

Holds the pointer to the IDispatch interface. Drop is implemented to correctly release the pointer when dropped.

UnknownInterface

UnknownInterface is a structure that maintains access to an IUnkonwn pointer. The pointer will be cleaned up correctly when the reference is dropped.

Enums

Error
HResultError