|
DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
|
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... | |
Standard message sent by an application to a lobby to set a property.
| DWORD _DPLMSG_SETPROPERTY::dwDataSize |
Size of data.
| DWORD _DPLMSG_SETPROPERTY::dwPropertyData[1] |
Buffer containing data.
| DWORD _DPLMSG_SETPROPERTY::dwRequestID |
Request ID (DPL_NOCONFIRMATION if no confirmation desired)
| DWORD _DPLMSG_SETPROPERTY::dwType |
Message type.
| GUID _DPLMSG_SETPROPERTY::guidPlayer |
Player GUID.
| GUID _DPLMSG_SETPROPERTY::guidPropertyTag |
Property GUID.