IVsCodeShareHandler.VsGetOpenFileName(UInt32, Int32) Método

Definição

Método na interface interna. Não 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

Parâmetros

pOPENFILENAMEA
UInt32

[in]

dwHelpTopic
Int32

[in]

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De VSShell. idl:

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

Aplica-se a