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

Standard message returned by a lobby in response to a DPLMSG_GETPROPERTY message. More...

#include <dplobby.h>

Data Fields

DWORD dwType
 Message type. More...
 
DWORD dwRequestID
 Request ID. More...
 
GUID guidPlayer
 Player GUID. More...
 
GUID guidPropertyTag
 Property GUID. More...
 
HRESULT hr
 Return Code. More...
 
DWORD dwDataSize
 Size of data. More...
 
DWORD dwPropertyData [1]
 Buffer containing data. More...
 

Detailed Description

Standard message returned by a lobby in response to a DPLMSG_GETPROPERTY message.

Field Documentation

◆ dwDataSize

DWORD _DPLMSG_GETPROPERTYRESPONSE::dwDataSize

Size of data.

◆ dwPropertyData

DWORD _DPLMSG_GETPROPERTYRESPONSE::dwPropertyData[1]

Buffer containing data.

◆ dwRequestID

DWORD _DPLMSG_GETPROPERTYRESPONSE::dwRequestID

Request ID.

◆ dwType

DWORD _DPLMSG_GETPROPERTYRESPONSE::dwType

Message type.

◆ guidPlayer

GUID _DPLMSG_GETPROPERTYRESPONSE::guidPlayer

Player GUID.

◆ guidPropertyTag

GUID _DPLMSG_GETPROPERTYRESPONSE::guidPropertyTag

Property GUID.

◆ hr

HRESULT _DPLMSG_GETPROPERTYRESPONSE::hr

Return Code.


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