ReactOS 0.4.16-dev-91-g764881a
|
#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 919 of file winbase.h.
Referenced by _tstat64(), ShellDirectory::fill_w32fdata_shell(), and GetFileAttributesExW().
FILETIME _WIN32_FILE_ATTRIBUTE_DATA::ftCreationTime |
Definition at line 920 of file winbase.h.
Referenced by ShellDirectory::fill_w32fdata_shell(), and GetFileAttributesExW().
FILETIME _WIN32_FILE_ATTRIBUTE_DATA::ftLastAccessTime |
Definition at line 921 of file winbase.h.
Referenced by _tstat64(), ShellDirectory::fill_w32fdata_shell(), and GetFileAttributesExW().
FILETIME _WIN32_FILE_ATTRIBUTE_DATA::ftLastWriteTime |
Definition at line 922 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 923 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 924 of file winbase.h.
Referenced by _tstat64(), ShellDirectory::fill_w32fdata_shell(), GetFileAttributesExW(), and urlcache_entry_commit().