|
ReactOS 0.4.17-dev-934-g091855f
|
#include "windef.h"#include "winbase.h"#include "winsock2.h"#include "winnt.h"#include "wine/dplaysp.h"#include "wine/list.h"#include "wine/rbtree.h"#include "pshpack1.h"#include "poppack.h"

Go to the source code of this file.
Classes | |
| struct | tagDPSP_MSG_HEADER |
| struct | DPWS_PLAYERDATA |
| struct | tagDPWS_IN_CONNECTION |
| struct | DPWS_CONNECTION_KEY |
| struct | DPWS_OUT_CONNECTION |
| struct | DPWS_CONNECTION_REF |
| struct | DPWS_PLAYER |
| struct | tagDPWS_DATA |
Macros | |
| #define | DPWS_MAXQUEUESIZE 0 |
| #define | DPWS_HUNDREDBAUD 0 |
| #define | DPWS_LATENCY 500 |
| #define | DPWS_MAXLOCALPLAYERS 65536 |
| #define | DPWS_TIMEOUT 5000 |
| #define | DPWS_MAXBUFFERSIZE 65479 |
| #define | DPWS_MAXPLAYERS 65536 |
| #define | DPWS_GUARANTEED_MAXBUFFERSIZE 1048547 |
| #define | DPWS_GUARANTEED_MAXPLAYERS 64 |
| #define | DPSP_MSG_TOKEN_REMOTE 0xFAB00000 |
| #define | DPSP_MSG_TOKEN_FORWARDED 0xCAB00000 |
| #define | DPSP_MSG_TOKEN_SERVER 0xBAB00000 |
| #define | DPSP_MSG_MAKE_MIXED(s, t) ((s) | (t)) |
| #define | DPSP_MSG_SIZE(m) ((m) & 0x000FFFFF) |
| #define | DPSP_MSG_TOKEN(m) ((m) & 0xFFF00000) |
Typedefs | |
| typedef struct tagDPSP_MSG_HEADER | DPSP_MSG_HEADER |
| typedef struct tagDPSP_MSG_HEADER * | LPDPSP_MSG_HEADER |
| typedef const DPSP_MSG_HEADER * | LPCDPSP_MSG_HEADER |
| typedef struct tagDPWS_IN_CONNECTION | DPWS_IN_CONNECTION |
| typedef void | DPWS_COMPLETION_ROUTINE(DPWS_IN_CONNECTION *connection) |
| typedef struct tagDPWS_DATA | DPWS_DATA |
| typedef struct tagDPWS_DATA * | LPDPWS_DATA |
Functions | |
| HRESULT WINAPI | SPInit (LPSPINITDATA) |
Definition at line 136 of file dpwsockx_dll.h.
Definition at line 137 of file dpwsockx_dll.h.
| #define DPSP_MSG_TOKEN_FORWARDED 0xCAB00000 |
Definition at line 132 of file dpwsockx_dll.h.
| #define DPSP_MSG_TOKEN_REMOTE 0xFAB00000 |
Definition at line 131 of file dpwsockx_dll.h.
| #define DPSP_MSG_TOKEN_SERVER 0xBAB00000 |
Definition at line 133 of file dpwsockx_dll.h.
| #define DPWS_GUARANTEED_MAXBUFFERSIZE 1048547 |
Definition at line 37 of file dpwsockx_dll.h.
| #define DPWS_GUARANTEED_MAXPLAYERS 64 |
Definition at line 38 of file dpwsockx_dll.h.
| #define DPWS_HUNDREDBAUD 0 |
Definition at line 31 of file dpwsockx_dll.h.
| #define DPWS_LATENCY 500 |
Definition at line 32 of file dpwsockx_dll.h.
| #define DPWS_MAXBUFFERSIZE 65479 |
Definition at line 35 of file dpwsockx_dll.h.
| #define DPWS_MAXLOCALPLAYERS 65536 |
Definition at line 33 of file dpwsockx_dll.h.
| #define DPWS_MAXPLAYERS 65536 |
Definition at line 36 of file dpwsockx_dll.h.
| #define DPWS_MAXQUEUESIZE 0 |
Definition at line 30 of file dpwsockx_dll.h.
| #define DPWS_TIMEOUT 5000 |
Definition at line 34 of file dpwsockx_dll.h.
| typedef struct tagDPSP_MSG_HEADER DPSP_MSG_HEADER |
| typedef void DPWS_COMPLETION_ROUTINE(DPWS_IN_CONNECTION *connection) |
Definition at line 58 of file dpwsockx_dll.h.
| typedef struct tagDPWS_DATA DPWS_DATA |
Definition at line 57 of file dpwsockx_dll.h.
| typedef const DPSP_MSG_HEADER* LPCDPSP_MSG_HEADER |
Definition at line 47 of file dpwsockx_dll.h.
| typedef struct tagDPSP_MSG_HEADER * LPDPSP_MSG_HEADER |
| typedef struct tagDPWS_DATA * LPDPWS_DATA |
| HRESULT WINAPI SPInit | ( | LPSPINITDATA | lpspData | ) |
Definition at line 1266 of file dpwsockx_main.c.
Referenced by DP_InitializeDPSP().