Microsoft DirectX 8.1 (Visual Basic)

DirectPlayVoiceClient8.GetTransmitTargets

Retrieves the transmit targets, if any, of the voice stream from this client.

GetTransmitTargets(lFlags As Long) As Long()

Parts

lFlags
Reserved. Must be 0.

Return Values

Returns an array of Long values containing the DVIDs of the of the transmit targets, if any, of the client's voice stream.

Error Codes

If the method fails, Err.Number can be set to one of the following values.

DVERR_NOTALLOWED
DVERR_INVALIDPARAM
DVERR_INVALIDPOINTER
DVERR_BUFfERTOOSMALL
DVERR_NOTCONNECTED
DVERR_NOTINITIALIZED
DVERR_INVALIDFLAGS

Remarks

The DVIDs returned can be player or group DVIDs.