GetMemberListName

Returns the name of a member list for which you have the ID.

Syntax

<IHsvTreeInfo>.GetMemberListName lListID, pbstrListName

Argument

Description

lListID

Long (ByVal). The ID of the member list. Get this ID from a method that returns member list IDs.

pbstrListName

String. Returns the name of the member list identified by the lListID argument.

Example

GetMemberListName is used in the example for the HsvPOVSelection method GetListInfo.