Platform SDK: DirectX

DirectPlayEnumLocalApplications.GetGuid

The DirectPlayEnumLocalApplications.GetGuid method retrieves the globally unique identifier of an enumerated application.

object.GetItem(index As Long) as String

Parameters

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

Return Values

The method returns a string representing the application GUID.

Error Codes

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

See Also

Using GUIDs