Home
last modified time | relevance | path

Searched defs:CreateProcess (Results 1 – 4 of 4) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dprocessthreadsapi.h120 #define CreateProcess __MINGW_NAME_AW(CreateProcess) macro
Ddbgeng.h219 STDMETHOD(CreateProcess)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags) PURE; in DECLARE_INTERFACE_() local
290 STDMETHOD(CreateProcess)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags) PURE; in DECLARE_INTERFACE_() local
352 STDMETHOD(CreateProcess)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags) PURE; in DECLARE_INTERFACE_() local
417 STDMETHOD(CreateProcess)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags) PURE; in DECLARE_INTERFACE_() local
1393 …STDMETHOD(CreateProcess)(THIS_ ULONG64 ImageFileHandle,ULONG64 Handle,ULONG64 BaseOffset,ULONG Mod… in DECLARE_INTERFACE_() local
1866 …STDMETHOD(CreateProcess)(THIS_ ULONG64 ImageFileHandle,ULONG64 Handle,ULONG64 BaseOffset,ULONG Mod… in STDMETHOD() argument
/prebuilts/go/linux-x86/src/syscall/
Dzsyscall_windows.go538 func CreateProcess(appName *uint16, commandLine *uint16, procSecurity *SecurityAttributes, threadSe… func
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dzsyscall_windows.go1812 func CreateProcess(appName *uint16, commandLine *uint16, procSecurity *SecurityAttributes, threadSe… func