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

 
Namespace:   Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

void GetDocumentation(
	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: