术语 | enumsystemgeoid |
释义 | EnumSystemGeoID 语法: BOOL EnumSystemGeoID( __in GEOCLASS GeoClass, __in GEOID ParentGeoId, __in GEO_ENUMPROC lpGeoEnumProc ); EnumSystemGeoID功能 枚举的地理位置标识符(类型大地水准面)是在操作系统上可用。 参数 GeoClass [in] 地理位置级的枚举标识符。目前,只有GEOCLASS_NATION支持。这种类型导致函数来枚举在操作系统上所有的国家地理标识。 ParentGeoId [in] 保留。此参数必须为0。 lpGeoEnumProc [in] 指向应用程序定义的回调函数EnumGeoInfoProc。该EnumSystemGeoID功能可以重复调用这个回调函数,直到它返回FALSE。 返回值 返回一个非零值如果成功,或否则为0。为了获得更多错误信息,应用程序可以调用GetLastError函数,可以返回以下错误代码之一: ERROR_INVALID_FLAGS。旗帜提供的值不是有效的。 ERROR_INVALID_PARAMETER。该参数值的任何无效。 要求: 最低支持client-Windows XP 最低支持serverWindows服务器2003 HeaderWinnls.h(头文件:winuser.h) LibraryKernel32.lib DLLKernel32.dll 参见 国家语言支持 国家语言支持功能 EnumGeoInfoProc 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月12号 ==英文原文==EnumSystemGeoID Function Enumerates the geographical location identifiers (type GEOID) that are available on the operating system. Syntax BOOL EnumSystemGeoID( __in GEOCLASS GeoClass, __in GEOID ParentGeoId, __in GEO_ENUMPROC lpGeoEnumProc ); Parameters GeoClass [in] Geographical location class for which to enumerate the identifiers. At present, only GEOCLASS_NATION is supported. This type causes the function to enumerate all geographical identifiers for nations on the operating system. ParentGeoId [in] Reserved. This parameter must be 0. lpGeoEnumProc [in] Pointer to the application-defined callback function EnumGeoInfoProc . The EnumSystemGeoID function makes repeated calls to this callback function until it returns FALSE. 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. Requirements Minimum supported clientWindows XP Minimum supported serverWindows Server 2003 HeaderWinnls.h (include Windows.h) LibraryKernel32.lib DLLKernel32.dll See Also National Language Support National Language Support Functions EnumGeoInfoProc Send comments about this topic to Microsoft Build date: 7/12/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd317826(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。