网站首页  词典首页

请输入您要查询的函数:

 

术语 enumcalendarinfoprocex
释义 EnumCalendarInfoProcEx
语法:
BOOL CALLBACK EnumCalendarInfoProcEx(
__in LPTSTR lpCalendarInfoString,
__in CALID Calendar
);
EnumCalendarInfoProcEx功能
一个应用程序定义的回调函数,过程列举日历资料EnumCalendarInfoEx功能提供。在CALINFO_ENUMPROCEX类型定义一个指向这个回调函数。 EnumCalendarInfoProcEx是一个应用程序的占位符定义函数的名称。
参数
lpCalendarInfoString [in]
缓冲区指针包含NULL结尾的日历信息的字符串。这个字符串的格式按日历类型传递给EnumCalendarInfoEx。
日历 [in]
日历标识符指定提供的资料,与相关的日历。
返回值
继续返回TRUE或FALSE,否则枚举。
备注
一个EnumCalendarInfoProcEx函数可以执行任何所需的任务。该应用程序注册这个函数的地址传递给EnumCalendarInfoEx功能。
此回调函数可处理自定义区域设置统计调查数据。数据不能保证从同一计算机到计算机之间或应用程序的运行。如果应用程序必须坚持或传输数据,请参阅使用持久性本地化数据。
要求:
最低支持:client-Windows 2000专业版
最低支持server-Windows 2000服务器
HeaderWinnls.h(头文件:winuser.h)
Unicode和ANSI namesEnumCalendarInfoProcExW(Unicode)和EnumCalendarInfoProcExA(ANSI)的
参见
国家语言支持
国家语言支持功能
EnumCalendarInfoEx
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年7月12号
==英文原文==EnumCalendarInfoProcEx Function
An application-defined callback function that processes enumerated calendar information provided by the EnumCalendarInfoEx function. The CALINFO_ENUMPROCEX type defines a pointer to this callback function. EnumCalendarInfoProcEx is a placeholder for the application-defined function name.
Syntax
BOOL CALLBACK EnumCalendarInfoProcEx(
__in LPTSTR lpCalendarInfoString,
__in CALID Calendar
);
Parameters
lpCalendarInfoString [in]
Pointer to a buffer containing a null-terminated calendar information string. This string is formatted according to the calendar type passed to EnumCalendarInfoEx.
Calendar [in]
Calendar identifier that specifies the calendar associated with the supplied information.
Return Value
Returns TRUE to continue enumeration or FALSE otherwise.
Remarks
An EnumCalendarInfoProcEx function can carry out any desired task. The application registers this function by passing its address to the EnumCalendarInfoEx function.
This callback function can process enumerated data from custom locales . Data is not guaranteed to be the same from computer to computer or between runs of an application. If your application must persist or transmit data, see Using Persistent Locale Data .
Requirements
Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderWinnls.h (include Windows.h)
Unicode and ANSI namesEnumCalendarInfoProcExW (Unicode) and EnumCalendarInfoProcExA (ANSI)
See Also
National Language Support
National Language Support Functions
EnumCalendarInfoEx
Send comments about this topic to Microsoft
Build date: 7/12/2009
==原始网址==http://msdn.microsoft.com/en-us/library/dd317807(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:29:34