IVsCodeShareHandler.VsGetOpenFileName(UInt32, Int32) Method

Definition

Method on internal interface. Do not use.

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

Parameters

pOPENFILENAMEA
UInt32

[in]

dwHelpTopic
Int32

[in]

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

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

Applies to