Platform SDK: DirectX

DirectPlayEnumConnections.GetGuid

The DirectPlayEnumConnections.GetGuid method retrieves the globally unique identifier for an enumerated connection.

object.GetGuid(index As Long) as String

Parameters

object
Object expression that resolves to a DirectPlayEnumConnections object.
index
Element of the enumeration object for which to retrieve data.

Return Values

The method returns the GUID of the connection.

Error Codes

If the method fails, an error is raised and Err.Number will be set.

See Also

Using GUIDs