DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
DPMSG_CHAT Struct Reference

#include <dplay.h>

Data Fields

DWORD dwType
 Message type. More...
 
DWORD dwFlags
 Message flags. More...
 
DPID idFromPlayer
 ID of the Sending Player. More...
 
DPID idToPlayer
 ID of the To Player. More...
 
DPID idToGroup
 ID of the To Group. More...
 
LPDPCHAT lpChat
 Pointer to a structure containing the chat message. More...
 

Detailed Description

System message containing a chat message

Field Documentation

◆ dwFlags

DWORD DPMSG_CHAT::dwFlags

Message flags.

◆ dwType

DWORD DPMSG_CHAT::dwType

Message type.

◆ idFromPlayer

DPID DPMSG_CHAT::idFromPlayer

ID of the Sending Player.

◆ idToGroup

DPID DPMSG_CHAT::idToGroup

ID of the To Group.

◆ idToPlayer

DPID DPMSG_CHAT::idToPlayer

ID of the To Player.

◆ lpChat

LPDPCHAT DPMSG_CHAT::lpChat

Pointer to a structure containing the chat message.


The documentation for this struct was generated from the following file: