Home | History | Annotate | Download | only in syscall

Lines Matching refs:GetFileInformationByHandle

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