网站首页  词典首页

请输入您要查询的函数:

 

术语 comparefiletime
释义 CompareFileTime
语法:
C++
LONG WINAPI CompareFileTime(
__in const FILETIME *lpFileTime1,
__in const FILETIME *lpFileTime2
);
CompareFileTime功能
比较两个文件时间。
参数
lpFileTime1 [in]
一个 FILETIME结构,它指定一个文件时的指针。
lpFileTime2 [in]
一个 FILETIME结构,它指定第二个文件的时间的指针。
返回值
返回值是下列值之一。
返回valueDescription
- 1First文件时间早于第二个文件的时间。
0First文件时间等于第二个文件的时间。
1First文件的时间晚于第二个文件的时间。
要求:
最低支持:client-Windows 2000专业版
最低支持server-Windows 2000服务器
HeaderWinbase.h(头文件:winuser.h)
LibraryKernel32.lib
DLLKernel32.dll
参见
GetFileTime
文件时报
FILETIME
时间函数
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年8月27日
==英文原文==CompareFileTime Function
Compares two file times.
Syntax
C++
LONG WINAPI CompareFileTime(
__in const FILETIME *lpFileTime1,
__in const FILETIME *lpFileTime2
);
Parameters
lpFileTime1 [in]
A pointer to a FILETIME structure that specifies the first file time.
lpFileTime2 [in]
A pointer to a FILETIME structure that specifies the second file time.
Return Value
The return value is one of the following values.
Return valueDescription
-1First file time is earlier than second file time.
0First file time is equal to second file time.
1First file time is later than second file time.

Requirements
Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderWinbase.h (include Windows.h)
LibraryKernel32.lib
DLLKernel32.dll
See Also
GetFileTime
File Times
FILETIME
Time Functions
Send comments about this topic to Microsoft
Build date: 8/27/2009
==原始网址==http://msdn.microsoft.com/en-us/library/ms724214(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 11:27:05