Exemplo n.º 1
0
 internal static extern unsafe bool SetFileTime(SafeFileHandle hFile, FILE_TIME *creationTime,
                                                FILE_TIME *lastAccessTime, FILE_TIME *lastWriteTime);
Exemplo n.º 2
0
 internal unsafe static extern bool SetFileTime(IntPtr hFile, FILE_TIME *creationTime,
                                                FILE_TIME *lastAccessTime, FILE_TIME *lastWriteTime);
Exemplo n.º 3
0
 public static extern unsafe Boolean SetFileTime(SafeFileHandle hFile, FILE_TIME *creationTime, FILE_TIME *lastAccessTime, FILE_TIME *lastWriteTime);