网站首页  词典首页

请输入您要查询的函数:

 

术语 shcreateitemfromrelativename
释义 SHCreateItemFromRelativeName
语法:
HRESULT SHCreateItemFromRelativeName( IShellItem *psiParent,
PCWSTR pszName,
IBindCtx *pbc,
REFIID riid,
void **ppv
);
SHCreateItemFromRelativeName功能
创建并初始化从相对解析名称壳牌项目的对象。
参数
psiParent
[in]一个指向父壳牌项目。
pszName
[in]指向一个空结束,Unicode字符串,指定一个显示名称,是相对于psiParent。
中国人民银行
[in]一个指针绑定情况下,控制分析操作。此参数可以为NULL。
riid
编号[in]对一个接口的引用。
PPV的
[内]当此函数返回时,包含了接口指针riid请求。这通常是IShellItem或IShellItem2。
返回值
返回S_OK如果成功,或其他错误值。
功能信息
最低DLL版本 Shell32.dll
自定义ImplementationNo
Headershobjidl.h
import libraryNone
最低支持操作系统 Vista
==英文原文==SHCreateItemFromRelativeName Function
Creates and initializes a Shell item object from a relative parsing name.
Syntax
HRESULT SHCreateItemFromRelativeName( IShellItem *psiParent,
PCWSTR pszName,
IBindCtx *pbc,
REFIID riid,
void **ppv
);
Parameters
psiParent
[in] A pointer to the parent Shell item.
pszName
[in] A pointer to a null-terminated, Unicode string that specifies a display name that is relative to the psiParent.
pbc
[in] A pointer to a bind context that controls the parsing operation. This parameter can be NULL.
riid
[in] A reference to an interface ID.
ppv
[out] When this function returns, contains the interface pointer requested in riid. This will usually be IShellItem or IShellItem2 .
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/bb762135(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 13:15:39