Microsoft DirectX 8.1 (C++)

DVMSGID_SETTARGETS

Microsoft® DirectPlay® Voice generates the DVMSGID_SETTARGETS message when the IDirectPlayVoiceClient::SetTransmitTargets or IDirectPlayVoiceServer::SetTransmitTargets methods are called.

DVMSG_SETTARGETS

The DVMSG_SETTARGETS structure contains information for the DVMSGID_SETTARGETS system message.

typedef struct {
    DWORD dwSize;
    DWORD dwNumTargets;
    PDVID pdvidTargets;
} DVMSG_SETTARGETS, *LPDVMSG_SETTARGETS, *PDVMSG_SETTARGETS;
dwSize
Size of the DVMSG_SETTARGETS message structure.
dwNumTargets
Number of DVIDs contained in the pdvidTargets member.
pdvidTargets
Array of DVIDs specifying the set targets. This can also be set to NULL if there are no targets.

Return Values

Return DV_OK.

Requirements

  Windows NT/2000/XP: Available as a redistributable for Windows 2000 and later.
  Windows 98/Me: Available as a redistributable for Windows 98 and later.
  Header: Declared in Dvoice.h.