Lines Matching defs:uint32

86 …pletionPort(file syscall.Handle, port syscall.Handle, key uintptr, threadCount uint32) (newport sy…
99 …etQueuedCompletionStatus(port syscall.Handle, bytes *uint32, key *uintptr, o **ioOperation, timeou…
135 …eNamedPipe(name string, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize…
144 …NamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize…
157 func createFile(name string, access uint32, mode uint32, sa *syscall.SecurityAttributes, createmode…
166 func _createFile(name *uint16, access uint32, mode uint32, sa *syscall.SecurityAttributes, createmo…
179 func waitNamedPipe(name string, timeout uint32) (err error) {
188 func _waitNamedPipe(name *uint16, timeout uint32) (err error) {
200 …unc getNamedPipeInfo(pipe syscall.Handle, flags *uint32, outSize *uint32, inSize *uint32, maxInsta…
212 …l.Handle, state *uint32, curInstances *uint32, maxCollectionCount *uint32, collectDataTimeout *uin…
224 func localAlloc(uFlags uint32, length uint32) (ptr uintptr) {
230 …int16, accountName string, sid *byte, sidSize *uint32, refDomain *uint16, refDomainSize *uint32, s…
239 …nt16, accountName *uint16, sid *byte, sidSize *uint32, refDomain *uint16, refDomainSize *uint32, s…
263 …ringSecurityDescriptorToSecurityDescriptor(str string, revision uint32, sd *uintptr, size *uint32)…
272 …ingSecurityDescriptorToSecurityDescriptor(str *uint16, revision uint32, sd *uintptr, size *uint32)…
284 …criptorToStringSecurityDescriptor(sd *byte, revision uint32, secInfo uint32, sddl **uint16, sddlSi…
307 func getFileInformationByHandleEx(h syscall.Handle, class uint32, buffer *byte, size uint32) (err e…
319 func setFileInformationByHandle(h syscall.Handle, class uint32, buffer *byte, size uint32) (err err…
331 …oken windows.Token, releaseAll bool, input *byte, outputSize uint32, output *byte, requiredSize *u…
350 func impersonateSelf(level uint32) (err error) {
374 func openThreadToken(thread syscall.Handle, accessMask uint32, openAsSelf bool, token *windows.Toke…
424 func lookupPrivilegeName(systemName string, luid *uint64, buffer *uint16, size *uint32) (err error)…
433 func _lookupPrivilegeName(systemName *uint16, luid *uint64, buffer *uint16, size *uint32) (err erro…
445 …isplayName(systemName string, name *uint16, buffer *uint16, size *uint32, languageId *uint32) (err…
454 …splayName(systemName *uint16, name *uint16, buffer *uint16, size *uint32, languageId *uint32) (err…
466 func backupRead(h syscall.Handle, b []byte, bytesRead *uint32, abort bool, processSecurity bool, co…
494 func backupWrite(h syscall.Handle, b []byte, bytesWritten *uint32, abort bool, processSecurity bool…