术语 | shopenwithdialog |
释义 | SHOpenWithDialog 语法: HRESULT SHOpenWithDialog( HWND hwndParent, const OPENASINFO *poainfo ); SHOpenWithDialog功能 显示打开方式对话框。 参数 hwndParent [in]的处理父窗口。此值可以为NULL。 poainfo [in]一个指向OPENASINFO结构,它指定的结果对话框中的内容。 返回值 返回S_OK如果成功,或其他错误值。 功能信息 最低DLL版本 Shell32.dll 自定义ImplementationNo Headershlobj.h import libraryshell32.lib 最低支持操作系统 Vista ==英文原文==SHOpenWithDialog Function Displays the Open With dialog box. Syntax HRESULT SHOpenWithDialog( HWND hwndParent, const OPENASINFO *poainfo ); Parameters hwndParent [in] The handle of the parent window. This value can be NULL. poainfo [in] A pointer to an OPENASINFO structure, which specifies the contents of the resulting dialog. Return Value Returns S_OK if successful, or an error value otherwise. Function Information Minimum DLL VersionShell32.dll Custom ImplementationNo Headershlobj.h Import libraryshell32.lib Minimum operating systemsWindows Vista ==原始网址==http://msdn.microsoft.com/en-us/library/bb762234(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。