术语 | shgetidlistfromobject |
释义 | SHGetIDListFromObject 语法: HRESULT SHGetIDListFromObject( IUnknown *punk, PIDLIST_ABSOLUTE *ppidl ); SHGetIDListFromObject功能 检索到的项目标识符列表对象(的PIDL)指针。 参数 朋克 [in]一个指向对象从中得到的PIDL IUnknown。 ppidl [内]当此函数返回时,它包含一个指向给定对象的PIDL。 返回值 返回S_OK如果成功,或其他错误值。 功能信息 最低DLL版本 Shell32.dll 自定义ImplementationNo Headershobjidl.h import libraryNone 最低支持操作系统 Vista 参见 SHCreateItemFromIDList ==英文原文==SHGetIDListFromObject Function Retrieves the pointer to an item identifier list (PIDL) of an object. Syntax HRESULT SHGetIDListFromObject( IUnknown *punk, PIDLIST_ABSOLUTE *ppidl ); Parameters punk [in] A pointer to the IUnknown of the object from which to get the PIDL. ppidl [out] When this function returns, contains a pointer to the PIDL of the given object. 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 See Also SHCreateItemFromIDList ==原始网址==http://msdn.microsoft.com/en-us/library/bb762184(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。