网站首页  词典首页

请输入您要查询的函数:

 

术语 shgetdesktopfolder
释义 SHGetDesktopFolder
语法:
HRESULT SHGetDesktopFolder( IShellFolder **ppshf
);
SHGetDesktopFolder功能
检索的桌面文件夹,这是壳牌的命名空间根IShellFolder接口。
参数
ppshf
[内]当此方法返回时,收到一个桌面文件夹的IShellFolder接口指针。调用应用程序负责释放,最终通过调用其IUnknown接口::Release方法。
返回值
返回S_OK如果成功,或其他错误值。
功能信息
最低DLL版本 shell32.dll 4.0或更高版本
自定义ImplementationNo
Headershlobj.h
import libraryshell32.lib
最低经营systemsWindows NT 4.0中,Windows 95中
==英文原文==SHGetDesktopFolder Function
Retrieves the IShellFolder interface for the desktop folder, which is the root of the Shell's namespace.
Syntax
HRESULT SHGetDesktopFolder( IShellFolder **ppshf
);
Parameters
ppshf
[out] When this method returns, receives an IShellFolder interface pointer for the desktop folder. The calling application is responsible for eventually freeing the interface by calling its IUnknown::Release method.
Return Value
Returns S_OK if successful, or an error value otherwise.
Function Information
Minimum DLL Versionshell32.dll version 4.0 or later
Custom ImplementationNo
Headershlobj.h
Import libraryshell32.lib
Minimum operating systemsWindows NT 4.0, Windows 95
==原始网址==http://msdn.microsoft.com/en-us/library/bb762175(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 更新时间:2025/1/8 10:44:34