Home | History | Annotate | Download | only in syscall

Lines Matching defs:GetFileInformationByHandle

66 	procGetFileInformationByHandle         = modkernel32.NewProc("GetFileInformationByHandle")
413 func GetFileInformationByHandle(handle Handle, data *ByHandleFileInformation) (err error) {