Гость
Целевая тема:
Создать новую тему:
Автор:
Форумы / C++ [игнор отключен] [закрыт для гостей] / Data sozdanija fajla / 2 сообщений из 2, страница 1 из 1
17.12.2005, 21:41
    #33442610
dr_Nemo
Гость
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Data sozdanija fajla
kak mozno opredalitj datu sozdanija faila
...
Рейтинг: 0 / 0
17.12.2005, 21:52
    #33442616
SnowMan2
Участник
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Data sozdanija fajla
Код: plaintext
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
BOOL GetFileTime(
  HANDLE hFile,                 // handle to the file
  LPFILETIME lpCreationTime,    // address of creation time
  LPFILETIME lpLastAccessTime,  // address of last access time
  LPFILETIME lpLastWriteTime    // address of last write time
);
Parameters
hFile - Handle to the files for which to get dates and times. The file handle must have been created with GENERIC_READ access to the file. 
lpCreationTime - Pointer to a FILETIME structure to receive the date and time the file was created. This parameter can be NULL if the application does not require this information. 
lpLastAccessTime - Pointer to a FILETIME structure to receive the date and time the file was last accessed. The last access time includes the last time the file was written to, read from, or, in the case of executable files, run. This parameter can be NULL if the application does not require this information. 
lpLastWriteTime - Pointer to a FILETIME structure to receive the date and time the file was last written to. This parameter can be NULL if the application does not require this information.
...
Рейтинг: 0 / 0
Форумы / C++ [игнор отключен] [закрыт для гостей] / Data sozdanija fajla / 2 сообщений из 2, страница 1 из 1
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]