NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

UCOMITypeLib.GetDocumentation

[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
);

Parameters

index
[To be supplied.]
strName
[To be supplied.]
strDocString
[To be supplied.]
dwHelpContext
[To be supplied.]
strHelpFile
[To be supplied.]

See Also

UCOMITypeLib Interface | UCOMITypeLib Members | System.Runtime.InteropServices Namespace