|
#define | DPSP_MAJORVERSION 0x00060000 |
|
#define | DPSP_DX3VERSION 0x00040000 |
|
#define | DPSP_DX5VERSION 0x00050000 |
|
#define | DPSP_DX6VERSION 0x00090000 |
|
#define | DPSP_DX61VERSION 0x000a0000 |
|
#define | DPSP_DX61AVERSION 0x000b0000 |
|
#define | DPSP_DX71VERSION 0x000c0000 |
|
#define | DPSP_DX8VERSION 0x000d0000 |
|
#define | DPSP_DX9VERSION 0x000e0000 |
|
#define | DPSP_MAJORVERSIONMASK 0xFFFF0000 |
|
#define | DPSP_MINORVERSIONMASK 0x0000FFFF |
|
#define | DPLAYI_PLAYER_SYSPLAYER 0x00000001 |
|
#define | DPLAYI_PLAYER_NAMESRVR 0x00000002 |
|
#define | DPLAYI_PLAYER_PLAYERINGROUP 0x00000004 |
|
#define | DPLAYI_PLAYER_PLAYERLOCAL 0x00000008 |
|
#define | DPLAYI_GROUP_SYSGROUP 0x00000020 |
|
#define | DPLAYI_GROUP_DPLAYOWNS 0x00000040 |
|
#define | DPLAYI_PLAYER_APPSERVER 0x00000080 |
|
#define | DPLAYI_GROUP_HIDDEN 0x00000400 |
|
#define | INTERFACE IDirectPlaySP |
|
#define | IDirectPlaySP_QueryInterface(p, a, b) (p)->lpVtbl->QueryInterface(p,a,b) |
|
#define | IDirectPlaySP_AddRef(p) (p)->lpVtbl->AddRef(p) |
|
#define | IDirectPlaySP_Release(p) (p)->lpVtbl->Release(p) |
|
#define | IDirectPlaySP_AddMRUEntry(p, a, b, c, d, e) (p)->lpVtbl->AddMRUEntry(p,a,b,c,d,e) |
|
#define | IDirectPlaySP_CreateAddress(p, a, b, c, d, e, f) (p)->lpVtbl->CreateAddress(p,a,b,c,d,e,f) |
|
#define | IDirectPlaySP_EnumAddress(p, a, b, c, d) (p)->lpVtbl->EnumAddress(p,a,b,c,d) |
|
#define | IDirectPlaySP_EnumMRUEntries(p, a, b, c, d) (p)->lpVtbl->EnumMRUEntries(p,a,b,c,d) |
|
#define | IDirectPlaySP_GetPlayerFlags(p, a, b) (p)->lpVtbl->GetPlayerFlags(p,a,b) |
|
#define | IDirectPlaySP_GetSPPlayerData(p, a, b, c, d) (p)->lpVtbl->GetSPPlayerData(p,a,b,c,d) |
|
#define | IDirectPlaySP_HandleMessage(p, a, b, c) (p)->lpVtbl->HandleMessage(p,a,b,c) |
|
#define | IDirectPlaySP_SetSPPlayerData(p, a, b, c, d) (p)->lpVtbl->SetSPPlayerData(p,a,b,c,d) |
|
#define | IDirectPlaySP_CreateCompoundAddress(p, a, b, c, d) (p)->lpVtbl->CreateCompoundAddress(p,a,b,c,d) |
|
#define | IDirectPlaySP_GetSPData(p, a, b, c) (p)->lpVtbl->GetSPData(p,a,b,c) |
|
#define | IDirectPlaySP_SetSPData(p, a, b, c) (p)->lpVtbl->SetSPData(p,a,b,c) |
|
#define | IDirectPlaySP_SendComplete(p, a, b) (p)->lpVtbl->SendComplete(p,a,b) |
|
#define | DPCANCELSEND_PRIORITY 0x00000001 |
|
#define | DPCANCELSEND_ALL 0x00000002 |
|