Platform SDK: DirectX

DirectPlayMessage.ReadGuid

The DirectPlayMessage.ReadGuid method reads a GUID from the message data and advances the read pointer.

object.ReadGuid() As String

Parameters

object
Object expression that resolves to a DirectPlayMessage object.

Return Values

The method returns a GUID in string form.

Error Codes

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

See Also

Using GUIDs