
NTAPI Undocumented Functions
RtlCreateEnvironment NTSYSAPI NTSTATUS NTAPI RtlCreateEnvironment( IN BOOLEAN Inherit, OUT PVOID *Environment ); Inherit If set, newly created environment are similar to …
RtlCreateEnvironment - NtDoc
Inherit If set, newly created environment are similar to caller's environment. *Environment RtlCreateEnvironment allocate memory in caller's address space, and fills it with new …
RtlCreateEnvironmentEx in ntapi::ntrtl - Rust - Docs.rs
API documentation for the Rust `RtlCreateEnvironmentEx` fn in crate `ntapi`.
ReactOS: sdk/lib/rtl/env.c File Reference
Function Documentation RtlCreateEnvironment () ... Definition at line 31 of file env.c.
RtlCreateEnvironment - undocumented-ntinternals.github.io
*Environment RtlCreateEnvironment allocate memory in caller's address space, and fills it with new environment block. Environment is pointer to this block. Documented by: Reactos …
ReactOS: dll/win32/userenv/environment.c File Reference
NTSYSAPI NTSTATUS NTAPI RtlQueryEnvironmentVariable_U (_In_opt_ PWSTR Environment, _In_ PCUNICODE_STRING Name, _Out_ PUNICODE_STRING Value)
windows/WRK-v1.2/base/ntos/rtl/rtlexec.c at master - GitHub
windows泄露源码. Contribute to mic101/windows development by creating an account on GitHub.
Process Hacker: phlib/include/ntrtl.h File Reference
( RelativeTo, Path ) NTSYSAPI VOID NTAPI RtlClearBit ( PRTL_BITMAP BitMapHeader, BitNumber ) NTSYSAPI VOID NTAPI RtlClearBits ( PRTL_BITMAP BitMapHeader, …
RTL_USER_PROCESS_PARAMETERS - NtDoc
ShellInfo RuntimeData DLCurrentDirectory [0x20] ??? RTL_USER_PROCESS_PARAMETERS is located at address 0x20000 (for all processes created by call WIN32 APICreateProcess).
NTAPI Undocumented Functions
ImagePathName Full path in DOS-like format to process'es file image. CommandLine Command line. Environment Pointer to environment block (see RtlCreateEnvironment). …