Home | History | Annotate | Download | only in server

Lines Matching refs:LowPart

564         size.LowPart = GetFileSize(handle, &length);
565 if((size.LowPart != INVALID_FILE_SIZE) ||
570 pos.LowPart = SetFilePointer(handle, 0, &pos.HighPart,
572 if((pos.LowPart != INVALID_SET_FILE_POINTER) ||