| 
    DirectX 5 Redocumentation
    
   A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs. 
   | 
 
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... | |
Standard message returned by a lobby in response to a DPLMSG_GETPROPERTY message.
| DWORD _DPLMSG_GETPROPERTYRESPONSE::dwDataSize | 
Size of data.
| DWORD _DPLMSG_GETPROPERTYRESPONSE::dwPropertyData[1] | 
Buffer containing data.
| DWORD _DPLMSG_GETPROPERTYRESPONSE::dwRequestID | 
Request ID.
| DWORD _DPLMSG_GETPROPERTYRESPONSE::dwType | 
Message type.
| GUID _DPLMSG_GETPROPERTYRESPONSE::guidPlayer | 
Player GUID.
| GUID _DPLMSG_GETPROPERTYRESPONSE::guidPropertyTag | 
Property GUID.
| HRESULT _DPLMSG_GETPROPERTYRESPONSE::hr | 
Return Code.