winapi-comm 0.1.0

Common api libraries under windows
Documentation
1
2
3
4
5
6
pub type WORD = std::os::raw::c_ushort;
pub type DWORD = std::os::raw::c_uint;
pub type BYTE = std::os::raw::c_uchar;
pub type LONG = std::os::raw::c_ulong;
pub type ULONGLONG = std::os::raw::c_ulonglong;
pub type CHAR = u8;