ReactOS 0.4.16-dev-334-g4d9f67c
|
#include <stdarg.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "wine/debug.h"
#include "mmsystem.h"
#include "dplayx_global.h"
#include "name_server.h"
#include "wine/dplaysp.h"
#include "dplayx_messages.h"
#include "dplayx_queue.h"
Go to the source code of this file.
Classes | |
struct | NSCacheData |
struct | NSCache |
Macros | |
#define | NONAMELESSUNION |
Typedefs | |
typedef struct NSCacheData | NSCacheData |
typedef struct NSCacheData * | lpNSCacheData |
typedef struct NSCache | NSCache |
typedef struct NSCache * | lpNSCache |
#define NONAMELESSUNION |
Definition at line 25 of file name_server.c.
Definition at line 66 of file name_server.c.
typedef struct NSCacheData * lpNSCacheData |
Definition at line 54 of file name_server.c.
Definition at line 66 of file name_server.c.
typedef struct NSCacheData NSCacheData |
Definition at line 54 of file name_server.c.
|
static |
Definition at line 81 of file name_server.c.
|
static |
Definition at line 232 of file name_server.c.
void NS_AddRemoteComputerAsNameServer | ( | LPCVOID | lpcNSAddrHdr, |
DWORD | dwHdrSize, | ||
LPCDPMSG_ENUMSESSIONSREPLY | lpcMsg, | ||
LPVOID | lpNSInfo | ||
) |
Definition at line 87 of file name_server.c.
Referenced by DP_HandleMessage().
Definition at line 283 of file name_server.c.
Referenced by DP_DestroyDirectPlay2().
Definition at line 151 of file name_server.c.
Referenced by DP_SecureOpen(), and NS_GetNsMagic().
Definition at line 177 of file name_server.c.
Referenced by DP_MSG_ForwardPlayerCreation().
Definition at line 263 of file name_server.c.
Referenced by DP_CreateDirectPlay2().
Definition at line 243 of file name_server.c.
Referenced by IDirectPlay4Impl_EnumSessions(), and NS_DeleteSessionCache().
Definition at line 319 of file name_server.c.
Referenced by DP_InvokeEnumSessionCallbacks(), and NS_AddRemoteComputerAsNameServer().
void NS_ReplyToEnumSessionsRequest | ( | const void * | lpcMsg, |
void ** | lplpReplyData, | ||
DWORD * | lpdwReplySize, | ||
IDirectPlayImpl * | lpDP | ||
) |
Definition at line 358 of file name_server.c.
Referenced by DP_HandleMessage().
Definition at line 289 of file name_server.c.
Referenced by DP_InvokeEnumSessionCallbacks().
HRESULT NS_SendSessionRequestBroadcast | ( | LPCGUID | lpcGuid, |
DWORD | dwFlags, | ||
const SPINITDATA * | lpSpData | ||
) |
Definition at line 196 of file name_server.c.
Referenced by DP_EnumSessionsSendAsyncRequestThread(), and IDirectPlay4Impl_EnumSessions().
Definition at line 184 of file name_server.c.
Referenced by DP_HandleMessage().
void NS_SetLocalComputerAsNameServer | ( | LPCDPSESSIONDESC2 | lpsd, |
LPVOID | lpNSInfo | ||
) |
Definition at line 74 of file name_server.c.
Referenced by DP_SecureOpen().
LPDPSESSIONDESC2 NS_WalkSessions | ( | LPVOID | lpNSInfo | ) |
Definition at line 294 of file name_server.c.
Referenced by DP_InvokeEnumSessionCallbacks().
WINE_DEFAULT_DEBUG_CHANNEL | ( | dplay | ) |