ReactOS 0.4.16-dev-1204-gb627a42
|
#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 960 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 961 of file winbase.h.
Referenced by ShellDirectory::fill_w32fdata_shell(), and GetFileAttributesExW().
FILETIME _WIN32_FILE_ATTRIBUTE_DATA::ftLastAccessTime |
Definition at line 962 of file winbase.h.
Referenced by _tstat64(), ShellDirectory::fill_w32fdata_shell(), and GetFileAttributesExW().
FILETIME _WIN32_FILE_ATTRIBUTE_DATA::ftLastWriteTime |
Definition at line 963 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 964 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 965 of file winbase.h.
Referenced by _tstat64(), ShellDirectory::fill_w32fdata_shell(), GetFileAttributesExW(), and urlcache_entry_commit().