Unit 'JwaWindows' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#winunits-jedi]

_STARTUPINFOW

Declaration

Source position: jwawinbase.pas line 3222

type _STARTUPINFOW = record

  cb: DWORD;

  lpReserved: LPWSTR;

  lpDesktop: LPWSTR;

  lpTitle: LPWSTR;

  dwX: DWORD;

  dwY: DWORD;

  dwXSize: DWORD;

  dwYSize: DWORD;

  dwXCountChars: DWORD;

  dwYCountChars: DWORD;

  dwFillAttribute: DWORD;

  dwFlags: DWORD;

  wShowWindow: Word;

  cbReserved2: Word;

  lpReserved2: LPBYTE;

  hStdInput: HANDLE;

  hStdOutput: HANDLE;

  hStdError: HANDLE;

end;


Documentation generated on: 2023-03-18