2000-03-12 21:18:33 +01:00
|
|
|
|
|
|
|
#ifndef __WINE_DPLAYX_NAMESERVER
|
|
|
|
#define __WINE_DPLAYX_NAMESERVER
|
|
|
|
|
|
|
|
#include "dplay.h"
|
|
|
|
|
2000-05-27 00:26:30 +02:00
|
|
|
void NS_SetLocalComputerAsNameServer( LPCDPSESSIONDESC2 lpsd );
|
|
|
|
void NS_SendSessionRequestBroadcast( LPVOID lpNSInfo );
|
|
|
|
|
|
|
|
BOOL NS_InitializeSessionCache( LPVOID* lplpNSInfo );
|
|
|
|
void NS_DeleteSessionCache( LPVOID lpNSInfo );
|
|
|
|
|
|
|
|
void NS_ResetSessionEnumeration( LPVOID lpNSInfo );
|
|
|
|
LPDPSESSIONDESC2 NS_WalkSessions( LPVOID lpNSInfo );
|
2000-03-12 21:18:33 +01:00
|
|
|
|
|
|
|
#endif /* __WINE_DPLAYX_NAMESERVER */
|