winsafe 0.0.28

Windows API and GUI in safe, idiomatic Rust.
Documentation
1
2
3
4
5
6
7
8
9
#![allow(unused_imports)]

use crate::kernel::ffi_types::*;
use crate::macros::*;

#[cfg(target_pointer_width = "64")]
extern_sys! { "comctl32";
	ImageList_DrawIndirect(HANDLE, PCVOID) -> BOOL
}