Displaying 1 result from an estimated 1 matches for "m_ctime".
Did you mean:
i_ctime
2000 Mar 29
0
Something about Upper/Lower-case
...rStatus
);
Return Value
TRUE if the status information for the specified file is successfully
obtained; otherwise, FALSE.
Parameters
rStatus
A reference to a user-supplied CFileStatus structure that will receive
the status information. The CFileStatus structure has the following
fields:
CTime m_ctime The date and time the file was created.
CTime m_mtime The date and time the file was last modified.
CTime m_atime The date and time the file was last accessed for
reading.
LONG m_size The logical size of the file in bytes, as reported by the
DIR command.
BYTE m_attribute The attri...