Searched refs:fInfo (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/r3/win/
H A DRTHandleGetStandard-win.cpp88 DWORD fInfo; local
89 if (!GetNamedPipeInfo(hNative, &fInfo, NULL, NULL, &cMaxInstances))
H A Dpipe-win.cpp446 DWORD fInfo; local
447 if (!GetNamedPipeInfo(hNative, &fInfo, NULL, NULL, &cMaxInstances))
449 AssertReturn(!(fInfo & PIPE_TYPE_MESSAGE), VERR_INVALID_HANDLE);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOSX.cpp1864 FinderInfo fInfo;
1865 OSErr err = ::FSGetFinderInfo(&fsRef, &fInfo, nsnull, nsnull);
1868 *aFileType = fInfo.file.fileType;
1893 FinderInfo fInfo;
1894 OSErr err = ::FSGetFinderInfo(&fsRef, &fInfo, nsnull, nsnull);
1897 *aFileCreator = fInfo.file.fileCreator;
H A DnsLocalFileMac.cpp341 FInfo fInfo; local
367 err = FSpGetFInfo(file, &fInfo);

Completed in 63 milliseconds