术语 | shgetlocalizedname |
释义 | SHGetLocalizedName 语法: HRESULT SHGetLocalizedName( LPCWSTR pszPath, LPWSTR pszResModule, UINT cch, int *pidsRes ); SHGetLocalizedName功能 检索壳牌在一个文件夹中本地化的名称。 参数 pszPath [in]指向一个字符串指定文件的完全限定路径。 pszResModule [内]当此函数返回时,包含一个指向字符串资源,指定文件名的本地化版本。 协调委员会 [内]当此函数返回时,包含在WCHARs大小的字符串,在pszResModule。 pidsRes [内]当此函数返回时,它包含一个指向该文件的名称编号本地化的资源文件。 返回值 返回S_OK如果成功,或其他错误值。 功能信息 最低DLL版本 shell32.dll 自定义ImplementationNo Headershellapi.h import libraryNone 最低支持操作系统 Vista ==英文原文==SHGetLocalizedName Function Retrieves the localized name of a file in a Shell folder. Syntax HRESULT SHGetLocalizedName( LPCWSTR pszPath, LPWSTR pszResModule, UINT cch, int *pidsRes ); Parameters pszPath [in] A pointer to a string that specifies the fully qualified path of the file. pszResModule [out] When this function returns, contains a pointer to a string resource that specifies the localized version of the file name. cch [out] When this function returns, contains the size of the string, in WCHARs, at pszResModule. pidsRes [out] When this function returns, contains a pointer to the ID of the localized file name in the resource file. Return Value Returns S_OK if successful, or an error value otherwise. Function Information Minimum DLL Versionshell32.dll Custom ImplementationNo Headershellapi.h Import libraryNone Minimum operating systemsWindows Vista ==原始网址==http://msdn.microsoft.com/en-us/library/bb762189(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。