winapi-ui-automation 0.3.10

Raw FFI bindings for all of Windows API. Temporary package until UI Automation definitions will be merged
Documentation
1
2
3
4
5
6
use shared::minwindef::BOOL;
use shared::ntdef::{PHANDLE, ULONG};
//1286
extern "system" {
    pub fn WTSQueryUserToken(SessionId: ULONG, phToken: PHANDLE) -> BOOL;
}