ReactOS 0.4.16-dev-197-g92996da
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
_IRQL_requires_max_ | ( | APC_LEVEL | ) |
Probes and locks virtual pages in memory for the specified process.
[in,out] | MemoryDescriptorList | Memory Descriptor List (MDL) containing the buffer to be probed and locked. |
[in] | Process | The process for which the buffer should be probed and locked. |
[in] | AccessMode | Access mode for probing the pages. Can be KernelMode or UserMode. |
[in] | LockOperation | The type of the probing and locking operation. Can be IoReadAccess, IoWriteAccess or IoModifyAccess. |
Definition at line 497 of file process.c.
NTSTATUS NTAPI RtlCreateUserProcess | ( | IN PUNICODE_STRING | ImageFileName, |
IN ULONG | Attributes, | ||
IN OUT PRTL_USER_PROCESS_PARAMETERS | ProcessParameters, | ||
IN PSECURITY_DESCRIPTOR ProcessSecurityDescriptor | OPTIONAL, | ||
IN PSECURITY_DESCRIPTOR ThreadSecurityDescriptor | OPTIONAL, | ||
IN HANDLE ParentProcess | OPTIONAL, | ||
IN BOOLEAN | InheritHandles, | ||
IN HANDLE DebugPort | OPTIONAL, | ||
IN HANDLE ExceptionPort | OPTIONAL, | ||
OUT PRTL_USER_PROCESS_INFORMATION | ProcessInfo | ||
) |
Definition at line 194 of file process.c.
Definition at line 439 of file process.c.
Referenced by BaseCheckRunApp(), LdrpInitializeProcess(), LdrpLoadDll(), LdrpLoadShimEngine(), LdrShutdownProcess(), and LdrUnloadDll().
Definition at line 395 of file process.c.
Referenced by RtlDecodePointer().
Definition at line 429 of file process.c.
Referenced by BaseInitApphelp(), LdrpGetShimEngineInterface(), and RtlDecodeSystemPointer().
Definition at line 491 of file process.c.
NTSTATUS NTAPI RtlpInitEnvironment | ( | HANDLE | ProcessHandle, |
PPEB | Peb, | ||
PRTL_USER_PROCESS_PARAMETERS | ProcessParameters | ||
) |
Definition at line 70 of file process.c.
Referenced by RtlCreateUserProcess().
NTSTATUS NTAPI RtlpMapFile | ( | PUNICODE_STRING | ImageFileName, |
ULONG | Attributes, | ||
PHANDLE | Section | ||
) |
Definition at line 22 of file process.c.
Referenced by RtlCreateUserProcess().
NTSTATUS __cdecl RtlSetProcessIsCritical | ( | IN BOOLEAN | NewValue, |
OUT PBOOLEAN OldValue | OPTIONAL, | ||
IN BOOLEAN | NeedBreaks | ||
) |
Definition at line 453 of file process.c.