ReactOS 0.4.16-dev-981-g80eb313
|
#include <winbase.h>
Public Attributes | |
DWORD | dwFileAttributes |
FILETIME | ftCreationTime |
FILETIME | ftLastAccessTime |
FILETIME | ftLastWriteTime |
DWORD | nFileSizeHigh |
DWORD | nFileSizeLow |
DWORD _WIN32_FILE_ATTRIBUTE_DATA::dwFileAttributes |
Definition at line 950 of file winbase.h.
Referenced by _tstat64(), _waccess_s(), _wchmod(), ShellDirectory::fill_w32fdata_shell(), and GetFileAttributesExW().
FILETIME _WIN32_FILE_ATTRIBUTE_DATA::ftCreationTime |
Definition at line 951 of file winbase.h.
Referenced by ShellDirectory::fill_w32fdata_shell(), and GetFileAttributesExW().
FILETIME _WIN32_FILE_ATTRIBUTE_DATA::ftLastAccessTime |
Definition at line 952 of file winbase.h.
Referenced by _tstat64(), ShellDirectory::fill_w32fdata_shell(), and GetFileAttributesExW().
FILETIME _WIN32_FILE_ATTRIBUTE_DATA::ftLastWriteTime |
Definition at line 953 of file winbase.h.
Referenced by _tstat64(), file_get_DateLastModified(), ShellDirectory::fill_w32fdata_shell(), GetFileAttributesExW(), and urlcache_entry_commit().
DWORD _WIN32_FILE_ATTRIBUTE_DATA::nFileSizeHigh |
Definition at line 954 of file winbase.h.
Referenced by _tstat64(), ShellDirectory::fill_w32fdata_shell(), GetFileAttributesExW(), and urlcache_entry_commit().
DWORD _WIN32_FILE_ATTRIBUTE_DATA::nFileSizeLow |
Definition at line 955 of file winbase.h.
Referenced by _tstat64(), ShellDirectory::fill_w32fdata_shell(), GetFileAttributesExW(), and urlcache_entry_commit().