Microsoft DirectX 8.1 (C++)

DVMSGID_PLAYERVOICESTART

Microsoft® DirectPlay® Voice generates the DVMSGID_PLAYERVOICESTART message when an incoming audio stream begins playing back.

DVMSG_PLAYERVOICESTART

The DVMSG_PLAYERVOICESTART structure contains information for the DVMSGID_PLAYERVOICESTART system message.

typedef struct {
    DWORD  dwSize;
    DVID   dvidSourcePlayerID;
    PVOID  pvPlayerContext;
} DVMSG_PLAYERVOICESTART, *LPDVMSG_PLAYERVOICESTART, *PDVMSG_PLAYERVOICESTART;
dwSize
Size of the DVMSG_PLAYERVOICESTART message structure.
dvidSourcePlayerID
DVID of the player where the voice transmission originated.
pvPlayerContext
Pointer to the context value set for the player. This value is set through the pvPlayerContext member of the DVMSG_CREATEVOICEPLAYER message structure.

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.