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

_RTL_USER_PROCESS_PARAMETERS

Declaration

Source position: jwanative.pas line 2809

type _RTL_USER_PROCESS_PARAMETERS = record

  MaximumLength: ULONG;

  Length: ULONG;

  Flags: ULONG;

  DebugFlags: ULONG;

  ConsoleHandle: HANDLE;

  ConsoleFlags: ULONG;

  StandardInput: HANDLE;

  StandardOutput: HANDLE;

  StandardError: HANDLE;

  CurrentDirectory: CURDIR;

  DllPath: UNICODE_STRING;

  ImagePathName: UNICODE_STRING;

  CommandLine: UNICODE_STRING;

  Environment: PVOID;

  StartingX: ULONG;

  StartingY: ULONG;

  CountX: ULONG;

  CountY: ULONG;

  CountCharsX: ULONG;

  CountCharsY: ULONG;

  FillAttribute: ULONG;

  WindowFlags: ULONG;

  ShowWindowFlags: ULONG;

  WindowTitle: UNICODE_STRING;

  DesktopInfo: UNICODE_STRING;

  ShellInfo: UNICODE_STRING;

  RuntimeData: UNICODE_STRING;

  CurrentDirectories: array [0..31] of RTL_DRIVE_LETTER_CURDIR;

end;


Documentation generated on: 2023-03-18