This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET]
Public Sub RemoteGetNames ( _
ByVal memid As Integer, _
ByRef rgBstrNames As String, _
ByVal cMaxNames As Integer, _
ByRef pcNames As Integer _
)
[C#]
public void RemoteGetNames (
int memid,
ref string rgBstrNames,
ref uint cMaxNames,
ref uint pcNames
);