This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET]
Public Sub RemoteGetDocumentation ( _
ByVal index As Integer, _
ByVal refPtrFlags As Integer, _
ByRef pbstrName As String, _
ByRef pBstrDocString As String, _
ByRef pdwHelpContext As Integer, _
ByRef pBstrHelpFile As String _
)
[C#]
public void RemoteGetDocumentation (
int index,
uint refPtrFlags,
ref string pbstrName,
ref string pBstrDocString,
ref uint pdwHelpContext,
ref string pBstrHelpFile
);