Home
last modified time | relevance | path

Searched refs:DPMSGMAGIC_DPLAYMSG (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/directx/wine/dplayx/
H A Ddplayx_messages.c199 lpMsgBody->envelope.dwMagic = DPMSGMAGIC_DPLAYMSG; in DP_MSG_SendRequestPlayerId()
265 lpMsgBody->envelope.dwMagic = DPMSGMAGIC_DPLAYMSG; in DP_MSG_ForwardPlayerCreation()
461 lpMsgBody->dwMagic = DPMSGMAGIC_DPLAYMSG; in DP_MSG_ToSelf()
H A Dname_server.c219 lpMsg->envelope.dwMagic = DPMSGMAGIC_DPLAYMSG; in NS_SendSessionRequestBroadcast()
382 rmsg->envelope.dwMagic = DPMSGMAGIC_DPLAYMSG; in NS_ReplyToEnumSessionsRequest()
H A Ddplayx_messages.h84 #define DPMSGMAGIC_DPLAYMSG 0x79616c70 macro
H A Ddplaysp.c228 if( lpMsg->dwMagic != DPMSGMAGIC_DPLAYMSG ) in IDirectPlaySPImpl_HandleMessage()
H A Ddplay.c312 lpReply->envelope.dwMagic = DPMSGMAGIC_DPLAYMSG; in DP_HandleMessage()