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

Standard message sent by an application to a lobby to set a property. More...

#include <dplobby.h>

Data Fields

DWORD dwType
 Message type. More...
 
DWORD dwRequestID
 Request ID (DPL_NOCONFIRMATION if no confirmation desired) More...
 
GUID guidPlayer
 Player GUID. More...
 
GUID guidPropertyTag
 Property GUID. More...
 
DWORD dwDataSize
 Size of data. More...
 
DWORD dwPropertyData [1]
 Buffer containing data. More...
 

Detailed Description

Standard message sent by an application to a lobby to set a property.

Field Documentation

◆ dwDataSize

DWORD _DPLMSG_SETPROPERTY::dwDataSize

Size of data.

◆ dwPropertyData

DWORD _DPLMSG_SETPROPERTY::dwPropertyData[1]

Buffer containing data.

◆ dwRequestID

DWORD _DPLMSG_SETPROPERTY::dwRequestID

Request ID (DPL_NOCONFIRMATION if no confirmation desired)

◆ dwType

DWORD _DPLMSG_SETPROPERTY::dwType

Message type.

◆ guidPlayer

GUID _DPLMSG_SETPROPERTY::guidPlayer

Player GUID.

◆ guidPropertyTag

GUID _DPLMSG_SETPROPERTY::guidPropertyTag

Property GUID.


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