ReactOS 0.4.16-dev-734-g364d6e0
|
#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 944 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 945 of file winbase.h.
Referenced by ShellDirectory::fill_w32fdata_shell(), and GetFileAttributesExW().
FILETIME _WIN32_FILE_ATTRIBUTE_DATA::ftLastAccessTime |
Definition at line 946 of file winbase.h.
Referenced by _tstat64(), ShellDirectory::fill_w32fdata_shell(), and GetFileAttributesExW().
FILETIME _WIN32_FILE_ATTRIBUTE_DATA::ftLastWriteTime |
Definition at line 947 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 948 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 949 of file winbase.h.
Referenced by _tstat64(), ShellDirectory::fill_w32fdata_shell(), GetFileAttributesExW(), and urlcache_entry_commit().