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

_STARTUPINFOA

Declaration

Source position: jwawinbase.pas line 3194

type _STARTUPINFOA = record

  cb: DWORD;

  lpReserved: LPSTR;

  lpDesktop: LPSTR;

  lpTitle: LPSTR;

  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