Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenname_server.h
Go to the documentation of this file.
00001 /* 00002 * Copyright 2000 Peter Hunnisett 00003 * 00004 * This library is free software; you can redistribute it and/or 00005 * modify it under the terms of the GNU Lesser General Public 00006 * License as published by the Free Software Foundation; either 00007 * version 2.1 of the License, or (at your option) any later version. 00008 * 00009 * This library is distributed in the hope that it will be useful, 00010 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00012 * Lesser General Public License for more details. 00013 * 00014 * You should have received a copy of the GNU Lesser General Public 00015 * License along with this library; if not, write to the Free Software 00016 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00017 */ 00018 00019 #ifndef __WINE_DPLAYX_NAMESERVER 00020 #define __WINE_DPLAYX_NAMESERVER 00021 00022 #include <stdarg.h> 00023 00024 #include "windef.h" 00025 #include "winbase.h" 00026 #include "dplay.h" 00027 #include "dplaysp.h" 00028 #include "dplayx_messages.h" 00029 #include "dplay_global.h" 00030 00031 void NS_SetLocalComputerAsNameServer( LPCDPSESSIONDESC2 lpsd, LPVOID lpNSInfo ); 00032 void NS_SetRemoteComputerAsNameServer( LPCDPSESSIONDESC2 lpsd, LPVOID lpNSInfo ); 00033 void NS_AddRemoteComputerAsNameServer( LPCVOID lpNSAddrHdr, 00034 DWORD dwHdrSize, 00035 LPDPMSG_ENUMSESSIONSREPLY lpMsg, 00036 LPVOID lpNSInfo ); 00037 LPVOID NS_GetNSAddr( LPVOID lpNSInfo ); 00038 DWORD NS_GetNsMagic( LPVOID lpNSInfo ); 00039 DWORD NS_GetOtherMagic( LPVOID lpNSInfo ); 00040 void NS_SetLocalAddr( LPVOID lpNSInfo, LPCVOID lpHdr, DWORD dwHdrSize ); 00041 00042 void NS_ReplyToEnumSessionsRequest( LPCVOID lpcMsg, 00043 LPVOID* lplpReplyData, 00044 LPDWORD lpdwReplySize, 00045 IDirectPlay2Impl* lpDP ); 00046 00047 HRESULT NS_SendSessionRequestBroadcast( LPCGUID lpcGuid, 00048 DWORD dwFlags, 00049 LPSPINITDATA lpSpData ); 00050 00051 00052 BOOL NS_InitializeSessionCache( LPVOID* lplpNSInfo ); 00053 void NS_DeleteSessionCache( LPVOID lpNSInfo ); 00054 void NS_InvalidateSessionCache( LPVOID lpNSInfo ); 00055 00056 00057 void NS_ResetSessionEnumeration( LPVOID lpNSInfo ); 00058 LPDPSESSIONDESC2 NS_WalkSessions( LPVOID lpNSInfo ); 00059 void NS_PruneSessionCache( LPVOID lpNSInfo ); 00060 00061 #endif /* __WINE_DPLAYX_NAMESERVER */ Generated on Sun May 27 2012 04:21:38 for ReactOS by
1.7.6.1
|