?/TD> |
Microsoft DirectX 9.0 |
Microsoft?DirectPlay?Voice generates the DVMSGID_SETTARGETS message when the IDirectPlayVoiceClient::SetTransmitTargets or IDirectPlayVoiceServer::SetTransmitTargets methods are called.
The DVMSG_SETTARGETS structure contains information for the DVMSGID_SETTARGETS system message.
Syntax
typedef struct { DWORD dwSize; DWORD dwNumTargets; PDVID pdvidTargets; } DVMSG_SETTARGETS *LPDVMSG_SETTARGETS, *PDVMSG_SETTARGETS;
Members
- 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.
Remarks
Return from the message callback function with DV_OK.
Message Information
Header dvoice.h Minimum operating systems Windows 98