ReactOS 0.4.16-dev-87-g3dfbe52
|
#include "wine/test.h"
#include <stdio.h>
#include <dplay.h>
#include <dplobby.h>
#include <netfw.h>
Go to the source code of this file.
Classes | |
struct | tagCallbackData |
struct | provider_data |
Macros | |
#define | COBJMACROS |
#define | INITGUID |
#define | check(expected, result) |
#define | checkLP(expected, result) |
#define | checkHR(expected, result) |
#define | checkStr(expected, result) |
#define | checkFlags(expected, result, flags) |
#define | checkGuid(expected, result) |
#define | checkConv(expected, result, function) |
#define | FLAGS_DPCONNECTION (1<<0) |
#define | FLAGS_DPENUMPLAYERS (1<<1) |
#define | FLAGS_DPENUMGROUPS (1<<2) |
#define | FLAGS_DPPLAYER (1<<3) |
#define | FLAGS_DPGROUP (1<<4) |
#define | FLAGS_DPENUMSESSIONS (1<<5) |
#define | FLAGS_DPGETCAPS (1<<6) |
#define | FLAGS_DPGET (1<<7) |
#define | FLAGS_DPRECEIVE (1<<8) |
#define | FLAGS_DPSEND (1<<9) |
#define | FLAGS_DPSET (1<<10) |
#define | FLAGS_DPMESSAGEQUEUE (1<<11) |
#define | FLAGS_DPCONNECT (1<<12) |
#define | FLAGS_DPOPEN (1<<13) |
#define | FLAGS_DPSESSION (1<<14) |
#define | FLAGS_DPLCONNECTION (1<<15) |
#define | FLAGS_DPESC (1<<16) |
#define | FLAGS_DPCAPS (1<<17) |
#define | N_SESSIONS 6 |
Typedefs | |
typedef struct tagCallbackData | CallbackData |
typedef struct tagCallbackData * | lpCallbackData |
Enumerations | |
enum | firewall_op { APP_ADD , APP_REMOVE , APP_ADD , APP_REMOVE , APP_ADD , APP_REMOVE } |
Variables | |
static void *static void *static LPDIRECTPLAY * | lplpDP |
static void *static void *static LPDIRECTPLAY IUnknown * | pUnk |
#define FLAGS_DPCAPS (1<<17) |
#define FLAGS_DPCONNECT (1<<12) |
#define FLAGS_DPCONNECTION (1<<0) |
#define FLAGS_DPENUMGROUPS (1<<2) |
#define FLAGS_DPENUMPLAYERS (1<<1) |
#define FLAGS_DPENUMSESSIONS (1<<5) |
#define FLAGS_DPESC (1<<16) |
#define FLAGS_DPGET (1<<7) |
#define FLAGS_DPGETCAPS (1<<6) |
#define FLAGS_DPGROUP (1<<4) |
#define FLAGS_DPLCONNECTION (1<<15) |
#define FLAGS_DPMESSAGEQUEUE (1<<11) |
#define FLAGS_DPOPEN (1<<13) |
#define FLAGS_DPPLAYER (1<<3) |
#define FLAGS_DPRECEIVE (1<<8) |
#define FLAGS_DPSEND (1<<9) |
#define FLAGS_DPSESSION (1<<14) |
#define FLAGS_DPSET (1<<10) |
#define N_SESSIONS 6 |
Definition at line 2090 of file fltkernel.h.
typedef struct tagCallbackData * lpCallbackData |
Enumerator | |
---|---|
APP_ADD | |
APP_REMOVE | |
APP_ADD | |
APP_REMOVE | |
APP_ADD | |
APP_REMOVE |
|
static |
Definition at line 764 of file dplayx.c.
Referenced by test_EnumerateProviders().
|
static |
Definition at line 783 of file dplayx.c.
Referenced by test_EnumerateProviders().
|
static |
Definition at line 590 of file dplayx.c.
|
static |
Definition at line 1388 of file dplayx.c.
Referenced by test_EnumSessions().
DEFINE_GUID | ( | appGuid | , |
0xbdcfe03e | , | ||
0xf0ec | , | ||
0x415b | , | ||
0x82 | , | ||
0x11 | , | ||
0x6f | , | ||
0x86 | , | ||
0xd8 | , | ||
0x19 | , | ||
0x7f | , | ||
0xe1 | |||
) |
DEFINE_GUID | ( | appGuid2 | , |
0x93417d3f | , | ||
0x7d26 | , | ||
0x46ba | , | ||
0xb5 | , | ||
0x76 | , | ||
0xfe | , | ||
0x4b | , | ||
0x20 | , | ||
0xbb | , | ||
0xad | , | ||
0x70 | |||
) |
DEFINE_GUID | ( | GUID_NULL | , |
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | |||
) |
DEFINE_GUID | ( | invalid_guid | , |
0x7b48b707 | , | ||
0x0034 | , | ||
0xc000 | , | ||
0x02 | , | ||
0x00 | , | ||
0x00 | , | ||
0x00 | , | ||
0xec | , | ||
0xf6 | , | ||
0x32 | , | ||
0x00 | |||
) |
Definition at line 577 of file dplayx.c.
Referenced by check_messages(), EnumGroups_cb(), and EnumPlayers_cb().
Definition at line 223 of file dplayx.c.
Referenced by test_CreateGroup(), test_host_migration(), test_Receive(), test_remote_data_replication(), and test_Send().
Definition at line 248 of file dplayx.c.
Referenced by EnumGroups_cb(), and EnumPlayers_cb().
|
static |
Definition at line 3005 of file dplayx.c.
Referenced by test_GetPlayerAddress().
|
static |
Definition at line 873 of file dplayx.c.
Referenced by EnumConnections_cb().
|
static |
Definition at line 909 of file dplayx.c.
Referenced by test_EnumConnections().
|
static |
Definition at line 1021 of file dplayx.c.
Referenced by test_InitializeConnection().
|
static |
Definition at line 4011 of file dplayx.c.
Referenced by EnumSessions_cb_EnumGroups(), test_EnumGroups(), and test_EnumGroupsInGroup().
|
static |
Definition at line 3680 of file dplayx.c.
Referenced by EnumSessions_cb_EnumPlayers(), and test_EnumPlayers().
|
static |
Definition at line 1356 of file dplayx.c.
Referenced by test_EnumSessions().
|
static |
Definition at line 1183 of file dplayx.c.
Referenced by test_Open().
|
static |
Definition at line 4040 of file dplayx.c.
Referenced by test_EnumGroups(), and test_EnumGroupsInGroup().
|
static |
Definition at line 3717 of file dplayx.c.
Referenced by test_EnumPlayers().
|
static |
Definition at line 706 of file dplayx.c.
Referenced by test_CreatePlayer(), test_EnumGroups(), test_EnumGroupsInGroup(), test_EnumPlayers(), test_GetMessageCount(), test_GetMessageQueue(), test_GetPlayerAccount(), test_GetPlayerAddress(), test_GetPlayerCaps(), test_GetPlayerFlags(), test_GroupOwner(), test_groups_cs(), test_groups_p2p(), test_host_migration(), test_PlayerName(), test_remote_data_replication(), test_Send(), and test_SessionDesc().
|
static |
Definition at line 2828 of file dplayx.c.
Referenced by test_GetPlayerAccount().
Definition at line 88 of file dplayx.c.
Referenced by dpResult2str(), dwFlags2str(), wine_dbgstr_propvariant(), and wine_debugstr_an().
Definition at line 100 of file dplayx.c.
Definition at line 654 of file dplayx.c.
Referenced by create_session(), test_CreateGroup(), test_CreatePlayer(), test_EnumGroups(), test_EnumGroupsInGroup(), test_EnumPlayers(), test_EnumSessions(), test_GetCaps(), test_GetMessageCount(), test_GetMessageQueue(), test_GetPlayerAccount(), test_GetPlayerAddress(), test_GetPlayerCaps(), test_GetPlayerFlags(), test_GroupOwner(), test_groups_cs(), test_groups_p2p(), test_host_migration(), test_Open(), test_PlayerData(), test_PlayerName(), test_Receive(), test_remote_data_replication(), test_Send(), and test_SessionDesc().
Definition at line 6758 of file dplayx.c.
Referenced by START_TEST().
Definition at line 6742 of file dplayx.c.
Referenced by START_TEST(), test_appsearch_complocator(), test_command_line_parsing(), test_concurrentinstall(), test_create_remove_folder(), test_create_remove_shortcut(), test_delete_services(), test_duplicate_files(), test_envvar(), test_find_related_products(), test_ini_values(), test_install_remove_odbc(), test_install_services(), test_Installer_InstallProduct(), test_move_files(), test_MsiConfigureProductEx(), test_MsiEnumComponents(), test_MsiEnumComponentsEx(), test_MsiEnumProducts(), test_MsiGetFeatureInfo(), test_MsiProvideComponent(), test_MsiProvideQualifiedComponentEx(), test_MsiSetFeatureAttributes(), test_MsiSourceListAddMediaDisk(), test_MsiSourceListAddSource(), test_MsiSourceListAddSourceEx(), test_MsiSourceListSetInfo(), test_patch_registration(), test_process_components(), test_publish(), test_publish_assemblies(), test_publish_components(), test_publish_features(), test_publish_product(), test_publish_sourcelist(), test_register_class_info(), test_register_extension_info(), test_register_font(), test_register_mime_info(), test_register_product(), test_register_progid_info(), test_register_typelib(), test_register_user(), test_remove_duplicate_files(), test_remove_existing_products(), test_remove_files(), test_self_registration(), test_setpropertyfolder(), test_simple_patch(), test_sourcedir_props(), test_states(), test_system_tables(), test_validate_product_id(), and test_write_registry_values().
Definition at line 6899 of file dplayx.c.
Referenced by START_TEST().
|
static |
Definition at line 6791 of file dplayx.c.
Referenced by START_TEST().
START_TEST | ( | dplayx | ) |
Definition at line 6924 of file dplayx.c.
Definition at line 6543 of file dplayx.c.
Referenced by START_TEST().
Definition at line 6644 of file dplayx.c.
Referenced by START_TEST().
Definition at line 3293 of file dplayx.c.
Referenced by START_TEST().
Definition at line 1975 of file dplayx.c.
Referenced by START_TEST().
Definition at line 734 of file dplayx.c.
Referenced by START_TEST().
Definition at line 1134 of file dplayx.c.
Referenced by START_TEST().
Definition at line 948 of file dplayx.c.
Referenced by START_TEST().
Definition at line 800 of file dplayx.c.
Referenced by START_TEST().
Definition at line 4094 of file dplayx.c.
Referenced by START_TEST().
Definition at line 4321 of file dplayx.c.
Referenced by START_TEST().
Definition at line 3771 of file dplayx.c.