mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
17 lines
455 B
C
17 lines
455 B
C
|
|
#ifndef __WINE_DPLAYX_NAMESERVER
|
|
#define __WINE_DPLAYX_NAMESERVER
|
|
|
|
#include "dplay.h"
|
|
|
|
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 );
|
|
|
|
#endif /* __WINE_DPLAYX_NAMESERVER */
|