术语 | shgettemporarypropertyforitem |
释义 | SHGetTemporaryPropertyForItem 语法: HRESULT SHGetTemporaryPropertyForItem( IShellItem *psi, REFPROPERTYKEY pk, PROPVARIANT *ppropvarInk ); SHGetTemporaryPropertyForItem功能 检索给定项目的临时属性。临时属性是读/写,而不是一直持续到项目回到商店,只在该IShellItem对象的生命周期属性。 参数 防扩散安全倡议 [in]一个指向该项目的临时财产要检索。 峰 该物业的关键。 ppropvarInk [out] 一个该项目的临时属性的指针。 返回值 返回S_OK如果成功,或其他错误值。 功能信息 最低DLL版本 Shell32.dll 自定义ImplementationNo Headershobjidl.h import libraryNone 最低支持操作系统 Vista ==英文原文==SHGetTemporaryPropertyForItem Function Retrieves the temporary property for the given item. A temporary property is a read/write store that holds properties only for the lifetime of the IShellItem object, rather than being persisted back into the item. Syntax HRESULT SHGetTemporaryPropertyForItem( IShellItem *psi, REFPROPERTYKEY pk, PROPVARIANT *ppropvarInk ); Parameters psi [in] A pointer to the item for which the temporary property is to be retrieved. pk The property key. ppropvarInk [out] A pointer to the temporary property for the item. 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/bb762206(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。