|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <dplay_global.h>

Public Attributes | |
| HANDLE | hReceipt |
| WORD | wExpectedReply |
| LPVOID | lpReplyMsg |
| DWORD | dwMsgBodySize |
Definition at line 43 of file dplay_global.h.
| DWORD tagDP_MSG_REPLY_STRUCT::dwMsgBodySize |
Definition at line 48 of file dplay_global.h.
Referenced by DP_MSG_BuildAndLinkReplyStruct(), DP_MSG_CleanReplyStruct(), and DP_MSG_ReplyReceived().
| HANDLE tagDP_MSG_REPLY_STRUCT::hReceipt |
Definition at line 45 of file dplay_global.h.
Referenced by DP_MSG_BuildAndLinkReplyStruct(), DP_MSG_CleanReplyStruct(), and DP_MSG_ReplyReceived().
| LPVOID tagDP_MSG_REPLY_STRUCT::lpReplyMsg |
Definition at line 47 of file dplay_global.h.
Referenced by DP_MSG_BuildAndLinkReplyStruct(), DP_MSG_CleanReplyStruct(), and DP_MSG_ReplyReceived().
| WORD tagDP_MSG_REPLY_STRUCT::wExpectedReply |
Definition at line 46 of file dplay_global.h.
Referenced by DP_MSG_BuildAndLinkReplyStruct().