GetProcessWindowStation method

Pointer<HWINSTA__> GetProcessWindowStation()

Implementation

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