LOBBY.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. /*==========================================================================
  2.  *
  3.  *  Copyright (C) 1995-1997 Microsoft Corporation. All Rights Reserved.
  4.  *
  5.  *  File: lobby.h
  6.  *  Content: lobby related routines include file
  7.  *
  8.  *
  9.  ***************************************************************************/
  10. #include <dplobby.h>
  11. #include "duel.h"
  12. /*
  13.  * Prototypes
  14.  */
  15. HRESULT DPLobbyCreate(void);
  16. HRESULT DPLobbyConnect(void);
  17. HRESULT DPLobbyGetConnectionSettings(void);
  18. HRESULT DPLobbyRelease(void);
  19. HRESULT DPLobbySetConnectionSettings(void);
  20.