Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for CreatePipe (0.54 sec)

  1. src/syscall/zsyscall_windows.go

    	procCreateHardLinkW                    = modkernel32.NewProc("CreateHardLinkW")
    	procCreateIoCompletionPort             = modkernel32.NewProc("CreateIoCompletionPort")
    	procCreatePipe                         = modkernel32.NewProc("CreatePipe")
    	procCreateProcessW                     = modkernel32.NewProc("CreateProcessW")
    	procCreateSymbolicLinkW                = modkernel32.NewProc("CreateSymbolicLinkW")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 56.3K bytes
    - Viewed (0)
  2. src/syscall/syscall_windows.go

    //sys	WaitForSingleObject(handle Handle, waitMilliseconds uint32) (event uint32, err error) [failretval==0xffffffff]
    //sys	GetTempPath(buflen uint32, buf *uint16) (n uint32, err error) = GetTempPathW
    //sys	CreatePipe(readhandle *Handle, writehandle *Handle, sa *SecurityAttributes, size uint32) (err error)
    //sys	GetFileType(filehandle Handle) (n uint32, err error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 52.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    //sys	GetTempPath(buflen uint32, buf *uint16) (n uint32, err error) = GetTempPathW
    //sys	CreatePipe(readhandle *Handle, writehandle *Handle, sa *SecurityAttributes, size uint32) (err error)
    //sys	GetFileType(filehandle Handle) (n uint32, err error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	procCreateNamedPipeW                                     = modkernel32.NewProc("CreateNamedPipeW")
    	procCreatePipe                                           = modkernel32.NewProc("CreatePipe")
    	procCreateProcessW                                       = modkernel32.NewProc("CreateProcessW")
    	procCreatePseudoConsole                                  = modkernel32.NewProc("CreatePseudoConsole")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Creat", Func, 0},
    		{"CreateDirectory", Func, 0},
    		{"CreateFile", Func, 0},
    		{"CreateFileMapping", Func, 0},
    		{"CreateHardLink", Func, 4},
    		{"CreateIoCompletionPort", Func, 0},
    		{"CreatePipe", Func, 0},
    		{"CreateProcess", Func, 0},
    		{"CreateProcessAsUser", Func, 10},
    		{"CreateSymbolicLink", Func, 4},
    		{"CreateToolhelp32Snapshot", Func, 4},
    		{"Credential", Type, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  6. api/go1.txt

    pkg syscall (windows-386), func CreateIoCompletionPort(Handle, Handle, uint32, uint32) (Handle, error)
    pkg syscall (windows-386), func CreatePipe(*Handle, *Handle, *SecurityAttributes, uint32) error
    pkg syscall (windows-386), func CreateProcess(*uint16, *uint16, *SecurityAttributes, *SecurityAttributes, bool, uint32, *uint16, *uint16, *StartupInfo, *ProcessInformation) error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top