1
2
3
4
5
6
7
8
9
// Copyright © 2015, Peter Atashian
// Licensed under the MIT License <LICENSE.md>
//114
pub type OLECHAR = ::WCHAR;
pub type LPOLESTR = *mut OLECHAR;
pub type LPCOLESTR = *const OLECHAR;
//281
pub type SCODE = ::LONG;
pub type PSCODE = *mut SCODE;