术语 | shgetnamefrompropertykey |
释义 | SHGetNameFromPropertyKey 语法: HRESULT SHGetNameFromPropertyKey( REFPROPERTYKEY propkey, PWSTR *ppszCanonicalName ); SHGetNameFromPropertyKey功能 获取财产的规范名称由于其PROPERTYKEY。 参数 propkey [in]指向一个PROPERTYKEY结构,包含属性的标识符。 ppszCanonicalName [指出]指针的地址接收的缓冲区为空的属性名称结尾的Unicode字符串。这是调用者责任将通过调用CoTaskMemFree一旦不再需要此字符串。 返回值 返回S_OK如果成功,或其他错误值。 功能信息 最低DLL版本 shell32.dll 自定义ImplementationNo Headershobjidl.h import libraryNone 最低支持操作系统 Vista ==英文原文==SHGetNameFromPropertyKey Function Retrieves the property's canonical name given its PROPERTYKEY . Syntax HRESULT SHGetNameFromPropertyKey( REFPROPERTYKEY propkey, PWSTR *ppszCanonicalName ); Parameters propkey [in] A pointer to a PROPERTYKEY structure containing the property's identifiers. ppszCanonicalName [out] The address of a pointer to a buffer that receives the property name as a null-terminated Unicode string. It is the responsibility of the caller to release this string through a call to CoTaskMemFree once it is no longer needed. Return Value Returns S_OK if successful, or an error value otherwise. Function Information Minimum DLL Versionshell32.dll Custom ImplementationNo Headershobjidl.h Import libraryNone Minimum operating systemsWindows Vista ==原始网址==http://msdn.microsoft.com/en-us/library/bb762192(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。