Microsoft DirectX 8.1 (Visual Basic) |
Most DirectPlay enumerations follow a standard pattern: determine how many items are to be enumerated and call the appropriate enumeration method. The exception to this pattern is host enumerations, which are discussed separately.
The following procedure outlines how to enumerate the members of a group in a peer-to-peer game. The same general procedure is followed by all other types of enumeration, except for host enumerations.
For more information, see Enumerating Hosts.