ReactOS 0.4.16-dev-287-g2d3f3a1
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | CMD_STRING L"cmd /c " |
#define | AddToHandle(x, y) ((x) = (HANDLE)((ULONG_PTR)(x) | (y))) |
#define | RemoveFromHandle(x, y) ((x) = (HANDLE)((ULONG_PTR)(x) & ~(y))) |
Definition at line 149 of file proc.c.
Referenced by CreateProcessInternalW().
NTSTATUS NTAPI BasepConfigureAppCertDlls | ( | IN PWSTR | ValueName, |
IN ULONG | ValueType, | ||
IN PVOID | ValueData, | ||
IN ULONG | ValueLength, | ||
IN PVOID | Context, | ||
IN PVOID | EntryContext | ||
) |
Definition at line 189 of file proc.c.
Definition at line 123 of file proc.c.
Referenced by CreateProcessInternalW().
Definition at line 202 of file proc.c.
Referenced by CreateProcessInternalW().
NTSTATUS WINAPI BasepReplaceProcessThreadTokens | ( | IN HANDLE | TokenHandle, |
IN HANDLE | ProcessHandle, | ||
IN HANDLE | ThreadHandle | ||
) |
Definition at line 354 of file proc.c.
Referenced by CreateProcessInternalW().
DECLSPEC_NORETURN VOID WINAPI BaseProcessStartup | ( | _In_ PPROCESS_START_ROUTINE | lpStartAddress | ) |
Definition at line 451 of file proc.c.
Referenced by BaseInitializeContext().
NTSTATUS NTAPI BasepSaveAppCertRegistryValue | ( | IN PLIST_ENTRY | List, |
IN PWCHAR | ComponentName, | ||
IN PWCHAR | DllName | ||
) |
Definition at line 178 of file proc.c.
Referenced by BasepConfigureAppCertDlls().
VOID WINAPI BasepSxsCloseHandles | ( | IN PBASE_MSG_SXS_HANDLES | Handles | ) |
Definition at line 417 of file proc.c.
Referenced by CreateProcessInternalW().
BOOLEAN WINAPI BasePushProcessParameters | ( | IN ULONG | ParameterFlags, |
IN HANDLE | ProcessHandle, | ||
IN PPEB | RemotePeb, | ||
IN LPCWSTR | ApplicationPathName, | ||
IN LPWSTR | lpCurrentDirectory, | ||
IN LPWSTR | lpCommandLine, | ||
IN LPVOID | lpEnvironment, | ||
IN LPSTARTUPINFOW | StartupInfo, | ||
IN DWORD | CreationFlags, | ||
IN BOOL | InheritHandles, | ||
IN ULONG | ImageSubsystem, | ||
IN PVOID | AppCompatData, | ||
IN ULONG | AppCompatDataSize | ||
) |
Definition at line 484 of file proc.c.
Referenced by CreateProcessInternalW().
BOOLEAN WINAPI BuildSubSysCommandLine | ( | IN LPCWSTR | SubsystemName, |
IN LPCWSTR | ApplicationName, | ||
IN LPCWSTR | CommandLine, | ||
OUT PUNICODE_STRING | SubsysCommandLine | ||
) |
Definition at line 89 of file proc.c.
Referenced by CreateProcessInternalW().
C_ASSERT | ( | PROCESS_PRIORITY_CLASS_REALTIME | = =(PROCESS_PRIORITY_CLASS_HIGH+1) | ) |
BOOL WINAPI DECLSPEC_HOTPATCH CreateProcessA | ( | LPCSTR | lpApplicationName, |
LPSTR | lpCommandLine, | ||
LPSECURITY_ATTRIBUTES | lpProcessAttributes, | ||
LPSECURITY_ATTRIBUTES | lpThreadAttributes, | ||
BOOL | bInheritHandles, | ||
DWORD | dwCreationFlags, | ||
LPVOID | lpEnvironment, | ||
LPCSTR | lpCurrentDirectory, | ||
LPSTARTUPINFOA | lpStartupInfo, | ||
LPPROCESS_INFORMATION | lpProcessInformation | ||
) |
Definition at line 4747 of file proc.c.
Referenced by _create_process(), cmd_available(), CommandThreadProc(), crash_and_debug(), crash_and_winedbg(), create_proc(), create_process(), create_server_process(), create_target_process(), create_writepipe_process(), CreateProcessAsUserA(), do_parent(), doChildren(), DosCreateProcess(), DoTestEntry(), fork_helper(), IDirectPlayLobby3AImpl_RunApplication(), LoadModule(), read_reg_output_(), run_child_process(), run_client(), run_cmd(), run_ex(), run_process(), run_reg_exe_(), run_regedit_exe_(), run_script_file(), runcmd(), start_server(), START_TEST(), system(), test___getmainargs_parent(), test_alloc_shared(), test_apc_deadlock(), test_BreakawayOk(), test_comctl32_classes(), test_CommandLine(), test_Console(), test_CreateProcessWithDesktop(), test_debug_children(), test_debug_heap(), test_debug_loop(), test_DebuggingFlag(), test_DetachConsoleHandles(), test_DetachStdHandles(), test_Directory(), test_EnumProcessModules(), test_Environment(), test_ExitCode(), test_ExitProcess(), test_GetProcessVersion(), test_internet_features(), test_invalid_stdin(), test_IsWow64Process(), test_jobInheritance(), test_LresultFromObject(), test_NonExistentPath(), test_NtSuspendProcess(), test_process_access(), test_process_security(), test_query_process_debug_flags(), test_query_process_debug_object_handle(), test_query_process_debug_port(), test_section_access(), test_shared_memory(), test_shared_memory_ro(), test_Startup(), test_StartupNoConsole(), test_stdout_handle(), test_SuspendFlag(), test_TerminateProcess(), test_token_security_descriptor(), test_Toolhelp(), test_WaitForInputIdle(), test_window_from_point(), test_winproc_handles(), and WinExec().
BOOL WINAPI CreateProcessInternalA | ( | HANDLE | hToken, |
LPCSTR | lpApplicationName, | ||
LPSTR | lpCommandLine, | ||
LPSECURITY_ATTRIBUTES | lpProcessAttributes, | ||
LPSECURITY_ATTRIBUTES | lpThreadAttributes, | ||
BOOL | bInheritHandles, | ||
DWORD | dwCreationFlags, | ||
LPVOID | lpEnvironment, | ||
LPCSTR | lpCurrentDirectory, | ||
LPSTARTUPINFOA | lpStartupInfo, | ||
LPPROCESS_INFORMATION | lpProcessInformation, | ||
PHANDLE | hNewToken | ||
) |
Definition at line 4629 of file proc.c.
Referenced by CreateProcessA().
BOOL WINAPI CreateProcessInternalW | ( | IN HANDLE | hUserToken, |
IN LPCWSTR | lpApplicationName, | ||
IN LPWSTR | lpCommandLine, | ||
IN LPSECURITY_ATTRIBUTES | lpProcessAttributes, | ||
IN LPSECURITY_ATTRIBUTES | lpThreadAttributes, | ||
IN BOOL | bInheritHandles, | ||
IN DWORD | dwCreationFlags, | ||
IN LPVOID | lpEnvironment, | ||
IN LPCWSTR | lpCurrentDirectory, | ||
IN LPSTARTUPINFOW | lpStartupInfo, | ||
IN LPPROCESS_INFORMATION | lpProcessInformation, | ||
OUT PHANDLE | hNewToken | ||
) |
Definition at line 2240 of file proc.c.
Referenced by CreateProcessInternalA(), and CreateProcessW().
BOOL WINAPI DECLSPEC_HOTPATCH CreateProcessW | ( | LPCWSTR | lpApplicationName, |
LPWSTR | lpCommandLine, | ||
LPSECURITY_ATTRIBUTES | lpProcessAttributes, | ||
LPSECURITY_ATTRIBUTES | lpThreadAttributes, | ||
BOOL | bInheritHandles, | ||
DWORD | dwCreationFlags, | ||
LPVOID | lpEnvironment, | ||
LPCWSTR | lpCurrentDirectory, | ||
LPSTARTUPINFOW | lpStartupInfo, | ||
LPPROCESS_INFORMATION | lpProcessInformation | ||
) |
Definition at line 4598 of file proc.c.
Referenced by _wsystem(), AudioDlgProc(), CorDebug_CreateProcess(), CProcess::CProcess(), create_server(), CreateClientProcess(), CreateProcessAsUserW(), CreateProcessWithTokenW(), do_register_dll(), execute_command(), HotkeyThread(), IDirectInputAImpl_RunControlPanel(), install_wine_gecko(), InstallDevice(), InstallLiveCD(), ITERATE_RemoveExistingProducts(), CNetConnectionPropertyUi::LANPropertiesUIDlg(), launch_exe(), CNewMenu::NewItemByCommand(), ProcessPage_OnDebug(), register_dll(), run_child(), run_rapps(), run_winemenubuilder(), runCmd(), RunControlPanelApplet(), RunCurrentJobs(), runscriptfile(), RunSetupThreadProc(), ScmStartUserModeService(), SHELL_ExecuteW(), START_TEST(), StartChild(), StartLsass(), StartProcess(), StartServicesManager(), Test_CommandLine(), TestStaticDestruct(), UnhandledExceptionFilter(), WshExec_create(), and wWinMain().
Definition at line 1487 of file proc.c.
Referenced by _exit(), _font_assert(), _RunRemoteTest(), alarmThreadMain(), BaseProcessStartup(), BaseThreadStartup(), child_process(), CLRMetaHost_ExitProcess(), ConsoleControlDispatcher(), CorExitProcess(), CtrlCIntercept(), DbgkExitProcess(), DECLARE_INTERFACE_(), DefaultConsoleCtrlHandler(), DevInstallW(), DisplayError(), dll_entry_point(), doChild(), doDebugger(), ErrorExit(), exit(), ExitThread(), FatalAppExitA(), FatalAppExitW(), FatalExit(), Host_Quit(), IEWinMain(), init(), LoadProc(), local_server_proc(), LogToFile(), main(), MyErrExit(), performUninstall(), restart_as_admin_elevated(), RpcRaiseException(), ShowUsage(), START_TEST(), StringListAppend(), test__popen_child(), thread_1(), VdmShutdown(), WatchDirectory(), WinMain(), wmainCRTStartup(), and wWinMain().
Definition at line 1562 of file proc.c.
Definition at line 1586 of file proc.c.
Referenced by FatalAppExitA().
Definition at line 1624 of file proc.c.
Definition at line 1463 of file proc.c.
Definition at line 2009 of file proc.c.
Referenced by crt_process_init(), DllMain(), doChild(), main(), START_TEST(), and wmain().
Definition at line 2019 of file proc.c.
Referenced by _tmain(), CmdDebugService(), crt_process_init(), DisplayApplet(), DllMain(), doChild(), get_cmdline(), get_utf8_args(), main(), OpenSetupInf(), ProcessCommandLine(), restart_as_admin_elevated(), SHExplorerParseCmdLine(), START_TEST(), WinMain(), wmain(), wmainCRTStartup(), wWinMain(), and XCOPY_ParseCommandLine().
Definition at line 1158 of file proc.c.
Referenced by __security_init_cookie(), _getpid(), _mktemp(), _wmktemp(), _wtmpnam(), AddPortW(), adns_getpid(), apartment_construct(), child_process(), ClientLoadLibrary(), CloseProcess(), CMP_RegisterNotification(), CoGetCurrentProcess(), CommitSpoolData(), ConfigurePortW(), CreateNotificationParamAndSend(), CreateProcessWithLogonW(), CreateToolhelp32Snapshot(), CURSORICON_CopyImage(), custom_start_server(), DirectDrawClipper_Initialize(), dll_entry_point(), do_msidbCustomActionTypeDll(), doChild(), doCrash(), DPLAYX_CreateLobbyApplication(), DPLAYX_IsAppIdLobbied(), EnumWindowsProc(), ExtractAndInstallThread(), FreeChangeNotifications(), generate_ipid(), get_cmdline(), GetProcessVersion(), GetSpoolFileHandle(), handle_msi_break(), IDirectPlayLobby3AImpl_SetConnectionSettings(), IDirectPlayLobby3Impl_SetConnectionSettings(), ImmGetImeMenuItemsAW(), Internal_CreatePalette(), Internal_CreateSurface(), IsBlockFromHeap(), LresultFromObject(), main(), NotifyInfo::modify(), new_stub_manager(), NotifyLogon(), ole_server(), openlog(), OutputDebugStringA(), ParseSharedPacket(), RegisterDragDrop(), RPC_ExecuteCall(), rpcrt4_protseq_ncacn_np_open_endpoint(), rpcrt4_protseq_ncalrpc_open_endpoint(), ScConnectControlPipe(), send_close_messages(), CNotifyToolbar::SendNotifyCallback(), ServerThread(), service_main(), SHAllocShared(), SHAppBarMessage(), SHFreeShared(), SHLockShared(), SHMapHandle(), START_TEST(), StartDirectDraw(), TelnetGetConsoleWindow(), terminate_processes(), test_AddSelfToJob(), test_alloc_shared(), test_alloc_shared_remote(), test_BreakawayOk(), Test_CloseDuplicatedSocket(), Test_CloseWhileSelectDuplicatedSocket(), test_debug_loop(), test_GetConsoleProcessList(), test_GetProcessVersion(), test_handles(), test_jobInheritance(), test_MessageBox(), test_OpenProcess(), test_process_info(), test_process_security_child(), Test_ProcessModules(), test_query_handle(), test_query_handle_ex(), test_query_object_types(), test_query_process_vm(), test_QueryFullProcessImageNameW(), test_readvirtualmemory(), test_session_info(), test_set_hook(), test_SHCreateSessionKey(), test_tcp(), test_Toolhelp(), test_udp(), test_Win32_Process(), test_winevents(), test_WithWSAStartup(), test_ws_functions(), TestChannelHook_ClientFillBuffer(), TestChannelHook_ClientGetSize(), TestChannelHook_ClientNotify(), TestChannelHook_ServerGetSize(), TestChannelHook_ServerNotify(), ThemeDestroyWndData(), tmpnam(), WDML_AddServer(), WinMain(), NotifyArea::WndProc(), FlatButton::WndProc(), and wWinMain().
Definition at line 1148 of file proc.c.
Referenced by __threadhandle(), AccpLookupCurrentUser(), AuthzpInitUnderImpersonation(), ConsoleControlDispatcher(), DirectoryWatcherThreadFuncAPC(), dll_entry_point(), DwInitializeSdFromThreadToken(), CShellCommandSACL::Execute(), GetProfileType(), GetUserNameW(), IsCallerInteractive(), main(), OpenEffectiveToken(), priorityTimeProc(), Privilege(), RevertToPrinterSelf(), serverThreadMain2(), SlideWindow(), SockAsyncThread(), start_address_thread(), START_TEST(), test_affinity(), test_alertable(), test_CoWaitForMultipleHandles(), test_CreateDirectoryA(), test_CreatePipe(), test_FileSecurity(), test_GetNamedSecurityInfoA(), test_GetSecurityInfo(), test_GetWindowsAccountDomainSid(), test_ImpersonateNamedPipeClient(), test_impersonation_level(), test_MsgWaitForMultipleObjects(), test_nonalertable(), test_NtGetCurrentProcessorNumber(), test_pseudo_tokens(), test_read_write(), Test_SyscallPerformance(), test_thread_info(), test_thread_priority(), test_thread_processor(), test_thread_start_address(), Test_ThreadBasicInformationClass(), Test_ThreadPriorityClass(), test_WaitForMultipleObjects(), test_WaitForSingleObject(), ThreadFunc2(), threadFunc3(), WahOpenCurrentThread(), WaveThread(), wmain(), wWinMain(), and xmlGetGlobalState().
Definition at line 1168 of file proc.c.
Referenced by _cwait(), _pclose(), CloseProcessAndVerify_(), cmd_start(), CommandThreadProc(), crash_and_debug(), crash_and_winedbg(), custom_get_process_return(), do_spawnT(), DoTestEntry(), Execute(), ExecutePipeline(), LauncherRoutine2(), MonitorChildThread(), ProcessRunning(), read_reg_output_(), restart_as_admin_elevated(), run_ex(), run_rapps(), run_reg_exe_(), run_script_file(), runcmd(), runCmd(), runscriptfile(), RunSetupThreadProc(), shell_execute_ex_(), TerminateShell(), test_CreateProcessWithDesktop(), test_ddeml_server(), test_DoInvalidDir(), test_end_to_end_server(), test_ExitCode(), test_ExitProcess(), test_Handles(), test_msg_server(), test_TerminateJobObject(), WshExec_get_Status(), and WshShell3_Run().
Definition at line 1663 of file proc.c.
Referenced by ProcessPageShowContextMenu(), and test_query_process_priority().
BOOL WINAPI GetProcessAffinityMask | ( | IN HANDLE | hProcess, |
OUT PDWORD_PTR | lpProcessAffinityMask, | ||
OUT PDWORD_PTR | lpSystemAffinityMask | ||
) |
Definition at line 863 of file proc.c.
Referenced by AffinityDialogWndProc(), and test_thread_processor().
Definition at line 1951 of file proc.c.
Definition at line 1200 of file proc.c.
Definition at line 1867 of file proc.c.
Referenced by PerfDataRefresh().
Definition at line 1894 of file proc.c.
Definition at line 920 of file proc.c.
BOOL WINAPI GetProcessTimes | ( | IN HANDLE | hProcess, |
IN LPFILETIME | lpCreationTime, | ||
IN LPFILETIME | lpExitTime, | ||
IN LPFILETIME | lpKernelTime, | ||
IN LPFILETIME | lpUserTime | ||
) |
Definition at line 1099 of file proc.c.
Definition at line 1766 of file proc.c.
Referenced by get_app_version(), GetSystemInfoInternal(), and test_GetProcessVersion().
BOOL WINAPI GetProcessWorkingSetSize | ( | IN HANDLE | hProcess, |
OUT PSIZE_T | lpMinimumWorkingSetSize, | ||
OUT PSIZE_T | lpMaximumWorkingSetSize | ||
) |
Definition at line 1011 of file proc.c.
BOOL WINAPI GetProcessWorkingSetSizeEx | ( | IN HANDLE | hProcess, |
OUT PSIZE_T | lpMinimumWorkingSetSize, | ||
OUT PSIZE_T | lpMaximumWorkingSetSize, | ||
OUT PDWORD | Flags | ||
) |
Definition at line 978 of file proc.c.
Referenced by GetProcessWorkingSetSize().
VOID WINAPI GetStartupInfoA | ( | IN LPSTARTUPINFOA | lpStartupInfo | ) |
Definition at line 1320 of file proc.c.
Referenced by doChild(), msvcrt_init_io(), test_Console(), test_DebuggingFlag(), test_Startup(), and test_SuspendFlag().
VOID WINAPI GetStartupInfoW | ( | IN LPSTARTUPINFOW | lpStartupInfo | ) |
Definition at line 1279 of file proc.c.
Referenced by doChild(), and wWinMain().
Definition at line 842 of file proc.c.
Referenced by DllMain().
HANDLE WINAPI OpenProcess | ( | IN DWORD | dwDesiredAccess, |
IN BOOL | bInheritHandle, | ||
IN DWORD | dwProcessId | ||
) |
Definition at line 1227 of file proc.c.
Referenced by _DoDLLInjection(), _RpcCommitSpoolData2(), _RpcGetSpoolFileInfo2(), _tWinMain(), CIconWatcher::AddIconToWatcher(), appbar_message(), child_process(), CloseProcess(), CloseProcessAndVerify_(), debugcontrol_WaitForEvent(), dll_entry_point(), doChild(), DoSetPriority(), ExecuteKill(), get_droptarget_local_handle(), get_process_name_from_pid(), GetOwnerModuleFromPidEntry(), GetProcessExecutablePathById(), GetProcessHandleFromHwnd(), GetProcessVersion(), GetThemeServiceProcessHandle(), Ghost_DestroyTarget(), IsProcessRunning(), ObjectFromLresult(), PerfDataGetCommandLine(), PerfDataRefresh(), PNP_ReportLogOn(), ProcessKeys(), ProcessList_Update(), ProcessPage_OnEndProcess(), ProcessPage_OnEndProcessTree(), ProcessPage_OnSetAffinity(), ProcessPageShowContextMenu(), ProcessRunning(), SeclCreateProcessWithLogonW(), SHMapHandle(), ShutdownProcessTreeHelper(), START_TEST(), terminate_processes(), test_ExitProcess(), test_OpenProcess(), test_process_info(), test_process_security_child(), test_query_process_handlecount(), test_query_process_times(), test_query_process_vm(), test_QueryFullProcessImageNameW(), test_readvirtualmemory(), test_RtlQueryPackageIdentity(), test_shell_window(), test_token_security_descriptor(), test_Toolhelp(), test_ws_functions(), Toolhelp32ReadProcessMemory(), WSPDuplicateSocket(), and wWinMain().
Definition at line 2181 of file proc.c.
Referenced by AddPortW(), ConfigurePortW(), and test_SHCreateSessionKey().
BOOL NTAPI ReadProcessMemory | ( | IN HANDLE | hProcess, |
IN LPCVOID | lpBaseAddress, | ||
IN LPVOID | lpBuffer, | ||
IN SIZE_T | nSize, | ||
OUT SIZE_T * | lpNumberOfBytesRead | ||
) |
VOID WINAPI RegisterWaitForInputIdle | ( | IN WaitForInputIdleType | lpfnRegisterWaitForInputIdle | ) |
Definition at line 1268 of file proc.c.
VOID WINAPI RegisterWaitForInputIdle | ( | WaitForInputIdleType | lpfnRegisterWaitForInputIdle | ) |
Definition at line 1698 of file proc.c.
Referenced by CsrSetPriorityClass(), DoSetPriority(), main(), test_query_process_priority(), UpdatePriority(), and wWinMain().
Definition at line 894 of file proc.c.
Referenced by AffinityDialogWndProc(), and cmd_start().
Definition at line 1923 of file proc.c.
Definition at line 949 of file proc.c.
Referenced by _tWinMain(), and wWinMain().
BOOL WINAPI SetProcessWorkingSetSize | ( | IN HANDLE | hProcess, |
IN SIZE_T | dwMinimumWorkingSetSize, | ||
IN SIZE_T | dwMaximumWorkingSetSize | ||
) |
Definition at line 1083 of file proc.c.
BOOL WINAPI SetProcessWorkingSetSizeEx | ( | IN HANDLE | hProcess, |
IN SIZE_T | dwMinimumWorkingSetSize, | ||
IN SIZE_T | dwMaximumWorkingSetSize, | ||
IN DWORD | Flags | ||
) |
Definition at line 1027 of file proc.c.
Referenced by SetProcessWorkingSetSize().
VOID WINAPI StuffStdHandle | ( | IN HANDLE | ProcessHandle, |
IN HANDLE | StandardHandle, | ||
IN PHANDLE | Address | ||
) |
Definition at line 57 of file proc.c.
Referenced by CreateProcessInternalW().
Definition at line 1532 of file proc.c.
Referenced by _tWinMain(), child_process(), Telnet::Close(), CloseProcess(), CorDebug_CreateProcess(), cordebugprocess_Terminate(), CPlApplet(), crash_and_debug(), CreateProcessAsUserCommon(), do_register_dll(), DoTestEntry(), ExecuteKill(), ExecutePipeline(), Ghost_DestroyTarget(), ProcessKeys(), ProcessPage_OnEndProcess(), read_reg_output_(), run_ex(), run_reg_exe_(), run_regedit_exe_(), runcmd(), ScreenSaverConfig(), ScreenSaverPageProc(), ScreenSaverPreview(), SetScreenSaverPreviewBox(), ShutdownProcessTreeHelper(), START_TEST(), StartScreenSaver(), terminate_processes(), TerminateShell(), test_apc_deadlock(), test_BreakawayOk(), test_CompletionPort(), test_CreateRemoteThread(), test_Directory(), TEST_DoTestEntryStruct(), test_EnumProcessModules(), test_ExitProcess(), test_GetProcessVersion(), test_IsProcessInJob(), test_IsWow64Process(), test_KillOnJobClose(), Test_layers(), test_NtMapViewOfSection(), test_NtSuspendProcess(), test_overlapped_transport(), test_process_access(), test_QueryInformationJobObject(), Test_repeatlayer(), test_RtlQueryPackageIdentity(), test_RunSetupCommand(), test_section_access(), test_shell_window(), test_TerminateJobObject(), test_TerminateProcess(), test_VirtualAllocEx(), test_WaitForInputIdle(), test_WaitForJobObject(), TestTerminateProcess(), WshExec_Terminate(), wWinMain(), and CProcess::~CProcess().
UINT WINAPI DECLSPEC_HOTPATCH WinExec | ( | LPCSTR | lpCmdLine, |
UINT | uCmdShow | ||
) |
Definition at line 4779 of file proc.c.
Referenced by DefWndHandleSysCommand(), RunBatch(), RunBookmarkEditor(), ScreenSaverPageProc(), ShowFolderOptionsDialog(), and WinHelpA().
BOOL NTAPI WriteProcessMemory | ( | IN HANDLE | hProcess, |
IN LPVOID | lpBaseAddress, | ||
IN LPCVOID | lpBuffer, | ||
IN SIZE_T | nSize, | ||
OUT SIZE_T * | lpNumberOfBytesWritten | ||
) |
Definition at line 2062 of file proc.c.
Referenced by _DoDLLInjection(), and test_VirtualAllocEx().
ANSI_STRING BaseAnsiCommandLine |
Definition at line 22 of file proc.c.
Referenced by GetCommandLineA(), and InitCommandLines().
LPSTARTUPINFOA BaseAnsiStartupInfo = NULL |
Definition at line 24 of file proc.c.
Referenced by GetStartupInfoA().
LIST_ENTRY BasepAppCertDllsList |
Definition at line 28 of file proc.c.
Referenced by BasepIsProcessAllowed(), and DllMain().
RTL_QUERY_REGISTRY_TABLE BasepAppCertTable[2] |
Definition at line 32 of file proc.c.
Referenced by BasepIsProcessAllowed().
UNICODE_STRING BasePathVariableName = RTL_CONSTANT_STRING(L"PATH") |
Definition at line 23 of file proc.c.
Referenced by BasepComputeProcessPath().
PLDR_DATA_TABLE_ENTRY BasepExeLdrEntry |
Definition at line 25 of file proc.c.
Referenced by BasepComputeProcessPath(), BasepLocateExeLdrEntry(), and LoadLibraryExW().
UNICODE_STRING BaseUnicodeCommandLine |
Definition at line 21 of file proc.c.
Referenced by GetCommandLineW(), and InitCommandLines().
PBASEP_APPCERT_EMBEDDED_FUNC fEmbeddedCertFunc |
Definition at line 30 of file proc.c.
Referenced by BasepIsProcessAllowed().
BOOLEAN g_AppCertInitialized |
Definition at line 26 of file proc.c.
Referenced by BasepIsProcessAllowed().
NTSTATUS g_AppCertStatus |
Definition at line 31 of file proc.c.
Referenced by BasepIsProcessAllowed().
BOOLEAN g_HaveAppCerts |
Definition at line 27 of file proc.c.
Referenced by BasepIsProcessAllowed().
PSAFER_REPLACE_PROCESS_THREAD_TOKENS g_SaferReplaceProcessThreadTokens |
Definition at line 45 of file proc.c.
Referenced by BasepReplaceProcessThreadTokens().
RTL_CRITICAL_SECTION gcsAppCert |
Definition at line 29 of file proc.c.
Referenced by BasepIsProcessAllowed(), BasepReplaceProcessThreadTokens(), and DllMain().
Definition at line 46 of file proc.c.
Referenced by BasepReplaceProcessThreadTokens().
WaitForInputIdleType UserWaitForInputIdleRoutine |
Definition at line 20 of file proc.c.
Referenced by LoadModule(), RegisterWaitForInputIdle(), and WinExec().