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/ |
D | processthreadsapi.h | 120 #define CreateProcess __MINGW_NAME_AW(CreateProcess) macro
|
D | dbgeng.h | 219 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/ |
D | zsyscall_windows.go | 538 func CreateProcess(appName *uint16, commandLine *uint16, procSecurity *SecurityAttributes, threadSe… func
|
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/ |
D | zsyscall_windows.go | 1812 func CreateProcess(appName *uint16, commandLine *uint16, procSecurity *SecurityAttributes, threadSe… func
|