About 555,000 results
Open links in new tab
  1. NTAPI Undocumented Functions

    RtlCreateEnvironment NTSYSAPI NTSTATUS NTAPI RtlCreateEnvironment( IN BOOLEAN Inherit, OUT PVOID *Environment ); Inherit If set, newly created environment are similar to …

  2. 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 …

  3. RtlCreateEnvironmentEx in ntapi::ntrtl - Rust - Docs.rs

    API documentation for the Rust `RtlCreateEnvironmentEx` fn in crate `ntapi`.

  4. ReactOS: sdk/lib/rtl/env.c File Reference

    Function Documentation RtlCreateEnvironment () ... Definition at line 31 of file env.c.

  5. 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 …

  6. 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)

  7. windows/WRK-v1.2/base/ntos/rtl/rtlexec.c at master - GitHub

    windows泄露源码. Contribute to mic101/windows development by creating an account on GitHub.

  8. 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, …

  9. 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).

  10. 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). …