GetProcessWindowStation method
Implementation
ffi.Pointer<HWINSTA__> GetProcessWindowStation() {
return (_GetProcessWindowStation ??= _dylib.lookupFunction<
_c_GetProcessWindowStation,
_dart_GetProcessWindowStation>('GetProcessWindowStation'))();
}