coinit 0.1.12

CoInitializeEx wrapper
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# coinit

CoInitializeEx wrapper

```rust
fn main() {
    let _coinit = coinit::init(coinit::MULTITHREADED | coinit::DISABLE_OLE1DDE).unwrap();
    // `_coinit` is dropped, call `CoUninitialize`
}
```

Licensed under [Zlib license](LICENSE)

Copyright (C) 2022 LNSEAB