Searched refs:dwFileAttributes (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dfileapi.h37 DWORD dwFileAttributes; member in struct:_CREATEFILE2_EXTENDED_PARAMETERS
H A Dshlobj.h1586 DWORD dwFileAttributes; member in struct:_FILEDESCRIPTORA
1600 DWORD dwFileAttributes; member in struct:_FILEDESCRIPTORW
H A Dwinbase.h264 DWORD dwFileAttributes; member in struct:_WIN32_FIND_DATAA
278 DWORD dwFileAttributes; member in struct:_WIN32_FIND_DATAW
742 DWORD dwFileAttributes; member in struct:_BY_HANDLE_FILE_INFORMATION
907 DWORD dwFileAttributes; member in struct:_WIN32_FILE_ATTRIBUTES_DATA
H A Dshobjidl.idl2849 [in] DWORD dwFileAttributes,
/vbox/src/VBox/Runtime/r3/win/
H A Dpath-win.cpp293 Data.dwFileAttributes = FindData.dwFileAttributes;
314 && (Data.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT))
328 Data.dwFileAttributes = FileData.dwFileAttributes;
360 pObjInfo->Attr.fMode = rtFsModeFromDos((Data.dwFileAttributes << RTFS_DOS_SHIFT) & RTFS_DOS_MASK_NT,
H A Ddirenum-win.cpp212 pDirEntry->enmType = pDir->Data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY
341 pDirEntry->Info.Attr.fMode = rtFsModeFromDos((pDir->Data.dwFileAttributes << RTFS_DOS_SHIFT) & RTFS_DOS_MASK_NT,
H A Dfileio-win.cpp849 pObjInfo->Attr.fMode = rtFsModeFromDos((Data.dwFileAttributes << RTFS_DOS_SHIFT) & RTFS_DOS_MASK_NT, "", 0);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw95io.c464 #define FileIsHidden(d) ((d)->d_entry.dwFileAttributes & FILE_ATTRIBUTE_HIDDEN)
839 if (findFileData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) {
889 if (hinfo.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)
1489 if (findFileData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) {
H A Dntio.c2718 #define FileIsHidden(d) ((d)->d_entry.dwFileAttributes & FILE_ATTRIBUTE_HIDDEN)
3092 if (findFileData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) {
3142 if (hinfo.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)
3169 if (hinfo.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dshlobj.h1528 DWORD dwFileAttributes; member in struct:_FILEDESCRIPTORA
1542 DWORD dwFileAttributes; member in struct:_FILEDESCRIPTORW
H A Dwinbase.h250 DWORD dwFileAttributes; member in struct:_WIN32_FIND_DATAA
264 DWORD dwFileAttributes; member in struct:_WIN32_FIND_DATAW
725 DWORD dwFileAttributes; member in struct:_BY_HANDLE_FILE_INFORMATION
827 DWORD dwFileAttributes; member in struct:_WIN32_FILE_ATTRIBUTES_DATA

Completed in 189 milliseconds