Changeset 4446 for trunk/src/DPlayX/dplayx_messages.h
- Timestamp:
 - Oct 6, 2000, 9:49:06 PM (25 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/DPlayX/dplayx_messages.h (modified) (5 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/DPlayX/dplayx_messages.h
r4317 r4446 1 // $Id: dplayx_messages.h,v 1. 2 2000-09-24 22:47:39hugh Exp $1 // $Id: dplayx_messages.h,v 1.3 2000-10-06 19:49:06 hugh Exp $ 2 2 3 3 #ifndef __WINE_DPLAYX_MESSAGES__ … … 21 21 #define DPMSGCMD_ENUMSESSIONSREQUEST 2 22 22 23 #define DPMSGCMD_GETSETNAMETABLE 3 /* Request info from NS about24 existing players/groups etc. Is25 also used for reply */26 23 27 24 #define DPMSGCMD_REQUESTNEWPLAYERID 5 … … 36 33 #define DPMSGCMD_ENUMGROUPS 17 37 34 38 #define DPMSGCMD_FORWARDCREATEPLAYER 19 /* This may be a get name table req */ 35 #define DPMSGCMD_GETNAMETABLE 19 36 37 #define DPMSGCMD_GETNAMETABLEREPLY 29 39 38 40 39 /* This is what DP 6 defines it as. Don't know what it means. All messages … … 50 49 */ 51 50 52 /* Size is 4bytes */51 /* Size is 8 bytes */ 53 52 typedef struct tagDPMSG_SENDENVELOPE 54 53 { … … 128 127 typedef const DPMSG_REQUESTNEWPLAYERID* LPCDPMSG_REQUESTNEWPLAYERID; 129 128 130 /* 64 byte - ~18 header ~= 46bytes msg */129 /* 48 bytes msg */ 131 130 typedef struct tagDPMSG_NEWPLAYERIDREPLY 132 131 { 133 132 DPMSG_SENDENVELOPE envelope; 134 133 135 #if 0136 134 DPID dpidNewPlayerId; 137 #else 138 BYTE unknown[38]; 135 #if 1 136 /* Assume that this is data that is tacked on to the end of the message 137 * that comes from the SP remote data stored that needs to be propagated. 138 */ 139 BYTE unknown[36]; /* This appears to always be 0 - not sure though */ 139 140 #endif 140 141  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  