[To be supplied.]
[Visual Basic] Sub GetDocumentation( _ ByVal index As Integer, _ ByRef strName As String, _ ByRef strDocString As String, _ ByRef dwHelpContext As Integer, _ ByRef strHelpFile As String _ ) [C#] void GetDocumentation( int index, ref string strName, ref string strDocString, ref int dwHelpContext, ref string strHelpFile ); [C++] void GetDocumentation( int index, String** strName, String** strDocString, int** dwHelpContext, String** strHelpFile ) = 0; [JScript] function GetDocumentation( index : int, strName : String, strDocString : String, dwHelpContext : int, strHelpFile : String );
UCOMITypeLib Interface | UCOMITypeLib Members | System.Runtime.InteropServices Namespace