win-idispatch 0.3.0

This is a rust crate that aims to provide a more ergonomic way of working with idispatch in winapi based projects.
Documentation
1
2
3
4
5
6
7
use winapi::DEFINE_GUID;

DEFINE_GUID! {IID_IDISPATCH,
0x00020400, 0x0000, 0x0000, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46}

DEFINE_GUID! {IID_IUNKNOWN,
0x00000000, 0x0000, 0x0000, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46}