OpenWindowStationW method

Pointer<HWINSTA__> OpenWindowStationW(
  1. Pointer<Uint16> lpszWinSta,
  2. int fInherit,
  3. int dwDesiredAccess
)

Implementation

ffi.Pointer<HWINSTA__> OpenWindowStationW(
  ffi.Pointer<ffi.Uint16> lpszWinSta,
  int fInherit,
  int dwDesiredAccess,
) {
  return _OpenWindowStationW(
    lpszWinSta,
    fInherit,
    dwDesiredAccess,
  );
}