ITypeLib::RemoteGetDocumentation Method (Int32, UInt32, String^, String^, UInt32, String^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

void RemoteGetDocumentation(
	int index,
	unsigned int refPtrFlags,
	[OutAttribute] String^% pBstrName,
	[OutAttribute] String^% pBstrDocString,
	[OutAttribute] unsigned int% pdwHelpContext,
	[OutAttribute] String^% pBstrHelpFile
)

Parameters

index
Type: System::Int32

 

refPtrFlags
Type: System::UInt32

 

pBstrName
Type: System::String^

 

pBstrDocString
Type: System::String^

 

pdwHelpContext
Type: System::UInt32

 

pBstrHelpFile
Type: System::String^

 

Return to top
Show: