Lines Matching defs:uint32

62 …pletionPort(file syscall.Handle, port syscall.Handle, key uintptr, threadCount uint32) (newport sy…
75 …etQueuedCompletionStatus(port syscall.Handle, bytes *uint32, key *uintptr, o **ioOperation, timeou…
99 func timeBeginPeriod(period uint32) (n int32) {
117 …eNamedPipe(name string, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize…
126 …NamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint32, outSize uint32, inSize…
139 func createFile(name string, access uint32, mode uint32, sa *securityAttributes, createmode uint32,…
148 func _createFile(name *uint16, access uint32, mode uint32, sa *securityAttributes, createmode uint3…
161 func waitNamedPipe(name string, timeout uint32) (err error) {
170 func _waitNamedPipe(name *uint16, timeout uint32) (err error) {
182 …unc getNamedPipeInfo(pipe syscall.Handle, flags *uint32, outSize *uint32, inSize *uint32, maxInsta…
194 …l.Handle, state *uint32, curInstances *uint32, maxCollectionCount *uint32, collectDataTimeout *uin…
206 …int16, accountName string, sid *byte, sidSize *uint32, refDomain *uint16, refDomainSize *uint32, s…
215 …nt16, accountName *uint16, sid *byte, sidSize *uint32, refDomain *uint16, refDomainSize *uint32, s…
239 …ringSecurityDescriptorToSecurityDescriptor(str string, revision uint32, sd *uintptr, size *uint32)…
248 …ingSecurityDescriptorToSecurityDescriptor(str *uint16, revision uint32, sd *uintptr, size *uint32)…
260 …criptorToStringSecurityDescriptor(sd *byte, revision uint32, secInfo uint32, sddl **uint16, sddlSi…
283 func getFileInformationByHandleEx(h syscall.Handle, class uint32, buffer *byte, size uint32) (err e…
295 func setFileInformationByHandle(h syscall.Handle, class uint32, buffer *byte, size uint32) (err err…
307 …oken windows.Token, releaseAll bool, input *byte, outputSize uint32, output *byte, requiredSize *u…
326 func impersonateSelf(level uint32) (err error) {
350 func openThreadToken(thread syscall.Handle, accessMask uint32, openAsSelf bool, token *windows.Toke…
400 func lookupPrivilegeName(systemName string, luid *uint64, buffer *uint16, size *uint32) (err error)…
409 func _lookupPrivilegeName(systemName *uint16, luid *uint64, buffer *uint16, size *uint32) (err erro…
421 …isplayName(systemName string, name *uint16, buffer *uint16, size *uint32, languageId *uint32) (err…
430 …splayName(systemName *uint16, name *uint16, buffer *uint16, size *uint32, languageId *uint32) (err…
442 func backupRead(h syscall.Handle, b []byte, bytesRead *uint32, abort bool, processSecurity bool, co…
470 func backupWrite(h syscall.Handle, b []byte, bytesWritten *uint32, abort bool, processSecurity bool…