网站首页  词典首页

请输入您要查询的函数:

 

术语 enumcalendarinfoex
释义 EnumCalendarInfoEx
语法:
BOOL EnumCalendarInfoEx(
__in CALINFO_ENUMPROCEX pCalInfoEnumProcEx,
__in LCID Locale,
__in CALID Calendar,
__in CALTYPE CalType
);
EnumCalendarInfoEx Function
枚举由标识符指定的区域设置日历信息。
注意任何应用程序只能在Windows Vista和以后应优先使用EnumCalendarInfoExEx这个函数运行。
参数
pCalInfoEnumProcEx [in]
指向一个应用程序定义的回调函数。有关更多信息,请参阅EnumCalendarInfoProcEx。
区域设置 [in]
区域设置标识符指定语言环境来获取日历信息。您可以使用MAKELCID宏以创建一个标识符或者使用下列预定义的值之一。
LOCALE_INVARIANT
LOCALE_SYSTEM_DEFAULT
LOCALE_USER_DEFAULT
Windows Vista和更高版本:下面的自定义区域设置标识符也支持。
LOCALE_CUSTOM_DEFAULT
LOCALE_CUSTOM_UI_DEFAULT
LOCALE_CUSTOM_UNSPECIFIED
日历 [in]
日历标识符指定其资料要求的日历。请注意,此标识符可ENUM_ALL_CALENDARS,列举所有与地区关联的日历。
CalType [in]
类型的日历信息。有关更多信息,请参见日历类型的信息。只有一个日历类型可以按次这个函数中指定的,除非另有说明。
返回值
返回一个非零值如果成功,或否则为0。为了获得更多错误信息,应用程序可以调用GetLastError函数,可以返回以下错误代码之一:
ERROR_INVALID_FLAGS。旗帜提供的值不是有效的。
ERROR_INVALID_PARAMETER。该参数值的任何无效。
备注
见EnumCalendarInfo备注。
要求:
最低支持:client-Windows 2000专业版
最低支持server-Windows 2000服务器
HeaderWinnls.h(头文件:winuser.h)
LibraryKernel32.lib
DLLKernel32.dll
Unicode和ANSI namesEnumCalendarInfoExW(Unicode)和EnumCalendarInfoExA(ANSI)的
参见
国家语言支持
国家语言支持功能
日历类型信息
EnumCalendarInfo
EnumCalendarInfoExEx
EnumCalendarInfoProcEx
EnumDateFormats
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年7月12号
==英文原文==EnumCalendarInfoEx Function
Enumerates calendar information for a locale specified by identifier.
Note Any application that runs only on Windows Vista and later should use EnumCalendarInfoExEx in preference to this function.
Syntax
BOOL EnumCalendarInfoEx(
__in CALINFO_ENUMPROCEX pCalInfoEnumProcEx,
__in LCID Locale,
__in CALID Calendar,
__in CALTYPE CalType
);
Parameters
pCalInfoEnumProcEx [in]
Pointer to an application-defined callback function. For more information, see EnumCalendarInfoProcEx .
Locale [in]
Locale identifier that specifies the locale for which to retrieve calendar information. You can use the MAKELCID macro to create an identifier or use one of the following predefined values.
LOCALE_INVARIANT
LOCALE_SYSTEM_DEFAULT
LOCALE_USER_DEFAULT
Windows Vista and later: The following custom locale identifiers are also supported.
LOCALE_CUSTOM_DEFAULT
LOCALE_CUSTOM_UI_DEFAULT
LOCALE_CUSTOM_UNSPECIFIED
Calendar [in]
Calendar identifier that specifies the calendar for which information is requested. Note that this identifier can be ENUM_ALL_CALENDARS, to enumerate all calendars that are associated with the locale.
CalType [in]
Type of calendar information. For more information, see Calendar Type Information . Only one calendar type can be specified per call to this function, except where noted.
Return Value
Returns a nonzero value if successful, or 0 otherwise. To get extended error information, the application can call GetLastError , which can return one of the following error codes:
ERROR_INVALID_FLAGS. The values supplied for flags were not valid.
ERROR_INVALID_PARAMETER. Any of the parameter values was invalid.
Remarks
See Remarks for EnumCalendarInfo .
Requirements
Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderWinnls.h (include Windows.h)
LibraryKernel32.lib
DLLKernel32.dll
Unicode and ANSI namesEnumCalendarInfoExW (Unicode) and EnumCalendarInfoExA (ANSI)
See Also
National Language Support
National Language Support Functions
Calendar Type Information
EnumCalendarInfo
EnumCalendarInfoExEx
EnumCalendarInfoProcEx
EnumDateFormats
Send comments about this topic to Microsoft
Build date: 7/12/2009
==原始网址==http://msdn.microsoft.com/en-us/library/dd317804(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 更新时间:2025/1/9 3:43:04