BOOL WINAPI SetFileTime(
__in HANDLE hFile,
__in_opt const FILETIME *lpCreationTime,
__in_opt const FILETIME *lpLastAccessTime,
__in_opt const FILETIME *lpLastWriteTime
);
특정 파일이나 폴더의 시간을 수정시켜 버림!
성공하면 0 아닌 값
__in HANDLE hFile,
__in_opt const FILETIME *lpCreationTime,
__in_opt const FILETIME *lpLastAccessTime,
__in_opt const FILETIME *lpLastWriteTime
);
특정 파일이나 폴더의 시간을 수정시켜 버림!
성공하면 0 아닌 값
'My Study > Function' 카테고리의 다른 글
ShellExecute (0) | 2010.02.24 |
---|---|
GetTempPath (0) | 2010.02.24 |
CreatePipe (0) | 2010.02.24 |
DuplicateHandle (0) | 2010.02.24 |
CreateMailslot (0) | 2010.02.24 |