| Crates.io | coinit |
| lib.rs | coinit |
| version | 0.1.12 |
| created_at | 2022-03-12 13:36:40.648517+00 |
| updated_at | 2023-03-14 04:46:45.058852+00 |
| description | CoInitializeEx wrapper |
| homepage | |
| repository | https://github.com/LNSEAB/coinit |
| max_upload_size | |
| id | 548768 |
| size | 3,735 |
CoInitializeEx wrapper
fn main() {
let _coinit = coinit::init(coinit::MULTITHREADED | coinit::DISABLE_OLE1DDE).unwrap();
// `_coinit` is dropped, call `CoUninitialize`
}
Licensed under Zlib license
Copyright (C) 2022 LNSEAB