IVsCodeShareHandler.VsGetOpenFileName(UInt32, Int32) 方法

定义

内部接口的方法。 请勿使用。

public:
 int VsGetOpenFileName(System::UInt32 % pOPENFILENAMEA, int dwHelpTopic);
int VsGetOpenFileName(unsigned int & pOPENFILENAMEA, int dwHelpTopic);
public int VsGetOpenFileName (ref uint pOPENFILENAMEA, int dwHelpTopic);
abstract member VsGetOpenFileName : uint32 * int -> int
Public Function VsGetOpenFileName (ByRef pOPENFILENAMEA As UInteger, dwHelpTopic As Integer) As Integer

参数

pOPENFILENAMEA
UInt32

[in]

dwHelpTopic
Int32

[in]

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

注解

COM 签名

从 vsshell:

HRESULT IVsCodeShareHandler::VsGetOpenFileName(  
   [in] DWORD* pOPENFILENAMEA,   
   [in] LONG dwHelpTopic  
);  

适用于