ITypeLib.RemoteGetDocumentation Method

Definition

Microsoft Internal Use Only.

public:
 void RemoteGetDocumentation(int index, System::UInt32 refPtrFlags, [Runtime::InteropServices::Out] System::String ^ % pBstrName, [Runtime::InteropServices::Out] System::String ^ % pBstrDocString, [Runtime::InteropServices::Out] System::UInt32 % pdwHelpContext, [Runtime::InteropServices::Out] System::String ^ % pBstrHelpFile);
void RemoteGetDocumentation(int index, unsigned int refPtrFlags, [Runtime::InteropServices::Out] std::wstring const & & pBstrName, [Runtime::InteropServices::Out] std::wstring const & & pBstrDocString, [Runtime::InteropServices::Out] unsigned int & pdwHelpContext, [Runtime::InteropServices::Out] std::wstring const & & pBstrHelpFile);
public void RemoteGetDocumentation (int index, uint refPtrFlags, out string pBstrName, out string pBstrDocString, out uint pdwHelpContext, out string pBstrHelpFile);
abstract member RemoteGetDocumentation : int * uint32 * string * string * uint32 * string -> unit
Public Sub RemoteGetDocumentation (index As Integer, refPtrFlags As UInteger, ByRef pBstrName As String, ByRef pBstrDocString As String, ByRef pdwHelpContext As UInteger, ByRef pBstrHelpFile As String)

Parameters

index
Int32
refPtrFlags
UInt32
pBstrName
String
pBstrDocString
String
pdwHelpContext
UInt32
pBstrHelpFile
String

Applies to