Changeset 4317 for trunk/src


Ignore:
Timestamp:
Sep 25, 2000, 12:47:41 AM (25 years ago)
Author:
hugh
Message:

Added ID tags

Location:
trunk/src/DPlayX
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/DPlayX/dpclassfactory.cpp

    r4314 r4317  
     1// $Id: dpclassfactory.cpp,v 1.2 2000-09-24 22:47:36 hugh Exp $
    12#include <string.h>
    23
  • trunk/src/DPlayX/dpinit.h

    r4314 r4317  
     1// $Id: dpinit.h,v 1.2 2000-09-24 22:47:39 hugh Exp $
    12
    23#ifndef __WINE_DPINIT_H
     
    89extern HRESULT DP_CreateInterface( REFIID riid, LPVOID* ppvObj );
    910extern HRESULT DPL_CreateInterface( REFIID riid, LPVOID* ppvObj );
    10 extern HRESULT DPSP_CreateInterface( REFIID riid, LPVOID* ppvObj, 
     11extern HRESULT DPSP_CreateInterface( REFIID riid, LPVOID* ppvObj,
    1112                                     IDirectPlay2Impl* dp );
    1213
  • trunk/src/DPlayX/dplay.cpp

    r4314 r4317  
     1// $Id: dplay.cpp,v 1.2 2000-09-24 22:47:36 hugh Exp $
    12/* Direct Play 2,3,4 Implementation
    23 *
  • trunk/src/DPlayX/dplay_global.h

    r4314 r4317  
     1// $Id: dplay_global.h,v 1.2 2000-09-24 22:47:40 hugh Exp $
    12#ifndef __WINE_DPLAY_GLOBAL_INCLUDED
    23#define __WINE_DPLAY_GLOBAL_INCLUDED
     
    56#include "dplayx_queue.h"
    67
    7 extern HRESULT DPL_EnumAddress( LPDPENUMADDRESSCALLBACK lpEnumAddressCallback, 
    8                                 LPCVOID lpAddress, DWORD dwAddressSize, 
     8extern HRESULT DPL_EnumAddress( LPDPENUMADDRESSCALLBACK lpEnumAddressCallback,
     9                                LPCVOID lpAddress, DWORD dwAddressSize,
    910                                LPVOID lpContext );
    1011
     
    190191HRESULT DP_HandleMessage( IDirectPlay2Impl* This, LPCVOID lpMessageBody,
    191192                          DWORD  dwMessageBodySize, LPCVOID lpMessageHeader,
    192                           WORD wCommandId, WORD wVersion, 
     193                          WORD wCommandId, WORD wVersion,
    193194                          LPVOID* lplpReply, LPDWORD lpdwMsgSize );
    194195
  • trunk/src/DPlayX/dplaysp.cpp

    r4314 r4317  
     1// $Id: dplaysp.cpp,v 1.2 2000-09-24 22:47:37 hugh Exp $
    12/* This contains the implementation of the interface Service
    23 * Providers require to communicate with Direct Play
  • trunk/src/DPlayX/dplaysp.h

    r4314 r4317  
     1// $Id: dplaysp.h,v 1.2 2000-09-24 22:47:39 hugh Exp $
    12#ifndef __WINE_DIRECT_PLAY_SP_H
    23#define __WINE_DIRECT_PLAY_SP_H
  • trunk/src/DPlayX/dplayx_global.cpp

    r4314 r4317  
     1// $Id: dplayx_global.cpp,v 1.2 2000-09-24 22:47:37 hugh Exp $
    12/* dplayx.dll global data implementation.
    23 *
  • trunk/src/DPlayX/dplayx_global.h

    r4314 r4317  
     1// $Id: dplayx_global.h,v 1.2 2000-09-24 22:47:39 hugh Exp $
    12
    23#ifndef __WINE_DPLAYX_GLOBAL
     
    89BOOL DPLAYX_DestructData(void);
    910
    10 HRESULT DPLAYX_GetConnectionSettingsA ( DWORD dwAppID, 
    11                                         LPVOID lpData, 
     11HRESULT DPLAYX_GetConnectionSettingsA ( DWORD dwAppID,
     12                                        LPVOID lpData,
    1213                                        LPDWORD lpdwDataSize );
    13 HRESULT DPLAYX_GetConnectionSettingsW ( DWORD dwAppID, 
     14HRESULT DPLAYX_GetConnectionSettingsW ( DWORD dwAppID,
    1415                                        LPVOID lpData,
    1516                                        LPDWORD lpdwDataSize );
    1617
    17 HRESULT DPLAYX_SetConnectionSettingsA ( DWORD dwFlags, 
    18                                         DWORD dwAppID, 
     18HRESULT DPLAYX_SetConnectionSettingsA ( DWORD dwFlags,
     19                                        DWORD dwAppID,
    1920                                        LPDPLCONNECTION lpConn );
    20 HRESULT DPLAYX_SetConnectionSettingsW ( DWORD dwFlags, 
    21                                         DWORD dwAppID, 
     21HRESULT DPLAYX_SetConnectionSettingsW ( DWORD dwFlags,
     22                                        DWORD dwAppID,
    2223                                        LPDPLCONNECTION lpConn );
    2324
     
    2829BOOL DPLAYX_AnyLobbiesWaitingForConnSettings(void);
    2930
    30 BOOL DPLAYX_SetLobbyHandles( DWORD dwAppID, 
     31BOOL DPLAYX_SetLobbyHandles( DWORD dwAppID,
    3132                             HANDLE hStart, HANDLE hDeath, HANDLE hConnRead );
    32 BOOL DPLAYX_GetThisLobbyHandles( LPHANDLE lphStart, 
     33BOOL DPLAYX_GetThisLobbyHandles( LPHANDLE lphStart,
    3334                                 LPHANDLE lphDeath,
    3435                                 LPHANDLE lphConnRead, BOOL bClearSetHandles );
  • trunk/src/DPlayX/dplayx_main.cpp

    r4314 r4317  
     1// $Id: dplayx_main.cpp,v 1.2 2000-09-24 22:47:37 hugh Exp $
    12/*
    23 * DPLAYX.DLL LibMain
  • trunk/src/DPlayX/dplayx_messages.cpp

    r4314 r4317  
     1// $Id: dplayx_messages.cpp,v 1.2 2000-09-24 22:47:38 hugh Exp $
    12/* DirectPlay & DirectPlayLobby messaging implementation
    23 *
  • trunk/src/DPlayX/dplayx_messages.h

    r4314 r4317  
     1// $Id: dplayx_messages.h,v 1.2 2000-09-24 22:47:39 hugh Exp $
    12
    23#ifndef __WINE_DPLAYX_MESSAGES__
  • trunk/src/DPlayX/dplayx_queue.h

    r4314 r4317  
     1// $Id: dplayx_queue.h,v 1.2 2000-09-24 22:47:39 hugh Exp $
    12/* A queue definition based on sys/queue.h TAILQ definitions
    2  * 
     3 *
    34 * Blame any implementation mistakes on Peter Hunnisett
    45 * <hunnise@nortelnetworks.com>
     
    4041
    4142/* Check if the queue has any elements */
    42 #define DPQ_IS_EMPTY( head ) ( DPQ_FIRST(head) == NULL ) 
     43#define DPQ_IS_EMPTY( head ) ( DPQ_FIRST(head) == NULL )
    4344
    4445/* Next entry -- FIXME: Convert everything over to this macro ... */
     
    7374 * fieldToCompare - The value that we're comparing against
    7475 * fieldCompareOperator - The logical operator to compare field and
    75  *                        fieldToCompare. 
     76 *                        fieldToCompare.
    7677 * rc - Variable to put the return code. Same type as (head).lpQHFirst
    7778 */
     
    116117} while(0)
    117118
    118 /* Delete the entire queue 
     119/* Delete the entire queue
    119120 * head - pointer to the head of the queue
    120121 * field - field to access the next elements of the queue
  • trunk/src/DPlayX/dplobby.cpp

    r4314 r4317  
     1// $Id: dplobby.cpp,v 1.2 2000-09-24 22:47:38 hugh Exp $
    12/* Direct Play Lobby 2 & 3 Implementation
    23 *
  • trunk/src/DPlayX/name_server.cpp

    r4314 r4317  
     1// $Id: name_server.cpp,v 1.2 2000-09-24 22:47:38 hugh Exp $
    12/* DPLAYX.DLL name server implementation
    23 *
  • trunk/src/DPlayX/name_server.h

    r4314 r4317  
     1// $Id: name_server.h,v 1.2 2000-09-24 22:47:40 hugh Exp $
    12
    23#ifndef __WINE_DPLAYX_NAMESERVER
     
    1516LPVOID NS_GetNSAddr( LPVOID lpNSInfo );
    1617
    17 void NS_ReplyToEnumSessionsRequest( LPVOID lpMsg, 
     18void NS_ReplyToEnumSessionsRequest( LPVOID lpMsg,
    1819                                    LPDPSP_REPLYDATA lpReplyData,
    1920                                    IDirectPlay2Impl* lpDP );
     
    2223                                        DWORD dwFlags,
    2324                                        LPSPINITDATA lpSpData );
    24                                        
     25
    2526
    2627BOOL NS_InitializeSessionCache( LPVOID* lplpNSInfo );
Note: See TracChangeset for help on using the changeset viewer.