RTL_USER_PROCESS_PARAMETERS struttura (winternl.h)

[Questa struttura può essere modificata nelle versioni future di Windows.]

Contiene informazioni sui parametri del processo.

Sintassi

typedef struct _RTL_USER_PROCESS_PARAMETERS {
  BYTE           Reserved1[16];
  PVOID          Reserved2[10];
  UNICODE_STRING ImagePathName;
  UNICODE_STRING CommandLine;
} RTL_USER_PROCESS_PARAMETERS, *PRTL_USER_PROCESS_PARAMETERS;

Members

Reserved1[16]

Riservato per l'uso interno del sistema operativo.

Reserved2[10]

Riservato per l'uso interno del sistema operativo.

ImagePathName

Percorso del file di immagine per il processo.

CommandLine

Stringa della riga di comando passata al processo.

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione winternl.h

Vedi anche

PEB