Ignore:
Timestamp:
Oct 6, 2000, 9:49:06 PM (25 years ago)
Author:
hugh
Message:

Updated to latest WINE

File:
1 edited

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:39 hugh Exp $
     1// $Id: dplayx_messages.h,v 1.3 2000-10-06 19:49:06 hugh Exp $
    22
    33#ifndef __WINE_DPLAYX_MESSAGES__
     
    2121#define DPMSGCMD_ENUMSESSIONSREQUEST  2
    2222
    23 #define DPMSGCMD_GETSETNAMETABLE      3 /* Request info from NS about
    24                                            existing players/groups etc. Is
    25                                            also used for reply */
    2623
    2724#define DPMSGCMD_REQUESTNEWPLAYERID   5
     
    3633#define DPMSGCMD_ENUMGROUPS           17
    3734
    38 #define DPMSGCMD_FORWARDCREATEPLAYER  19  /* This may be a get name table req */
     35#define DPMSGCMD_GETNAMETABLE         19
     36
     37#define DPMSGCMD_GETNAMETABLEREPLY    29
    3938
    4039/* This is what DP 6 defines it as. Don't know what it means. All messages
     
    5049 */
    5150
    52 /* Size is 4 bytes */
     51/* Size is 8 bytes */
    5352typedef struct tagDPMSG_SENDENVELOPE
    5453{
     
    128127typedef const DPMSG_REQUESTNEWPLAYERID* LPCDPMSG_REQUESTNEWPLAYERID;
    129128
    130 /* 64 byte - ~18 header ~= 46 bytes msg */
     129/* 48 bytes msg */
    131130typedef struct tagDPMSG_NEWPLAYERIDREPLY
    132131{
    133132  DPMSG_SENDENVELOPE envelope;
    134133
    135 #if 0
    136134  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 */
    139140#endif
    140141
Note: See TracChangeset for help on using the changeset viewer.