UCOMITypeLib::GetDocumentation Method (Int32, String^%, String^%, Int32%, String^%)
Retrieves the library's documentation string, the complete Help file name and path, and the context identifier for the library Help topic in the Help file.
Assembly: mscorlib (in mscorlib.dll)
void GetDocumentation( int index, [OutAttribute] String^% strName, [OutAttribute] String^% strDocString, [OutAttribute] int% dwHelpContext, [OutAttribute] String^% strHelpFile )
Parameters
- index
-
Type:
System::Int32
Index of the type description whose documentation is to be returned.
- strName
-
Type:
System::String^%
Returns a string that contains the name of the specified item.
- strDocString
-
Type:
System::String^%
Returns a string that contains the documentation string for the specified item.
- dwHelpContext
-
Type:
System::Int32%
Returns the Help context identifier associated with the specified item.
- strHelpFile
-
Type:
System::String^%
Returns a string that contains the fully qualified name of the Help file.
For additional information about ITypeLib::GetDocumentation, see the MSDN Library.
Available since 1.1