ReactOS 0.4.16-dev-292-gbbdcc14
|
#include <windef.h>
Go to the source code of this file.
Classes | |
struct | DDEACK |
struct | DDEDATA |
struct | DDEADVISE |
struct | DDEPOKE |
Macros | |
#define | WM_DDE_INITIATE 0x3E0 |
#define | WM_DDE_TERMINATE 0x3E1 |
#define | WM_DDE_ADVISE 0x3E2 |
#define | WM_DDE_UNADVISE 0x3E3 |
#define | WM_DDE_ACK 0x3E4 |
#define | WM_DDE_DATA 0x3E5 |
#define | WM_DDE_REQUEST 0x3E6 |
#define | WM_DDE_POKE 0x3E7 |
#define | WM_DDE_EXECUTE 0x3E8 |
#define | WM_DDE_LAST WM_DDE_EXECUTE |
#define | WM_DDE_FIRST WM_DDE_INITIATE |
Functions | |
BOOL WINAPI | DdeSetQualityOfService (HWND hwndClient, CONST SECURITY_QUALITY_OF_SERVICE *pqosNew, PSECURITY_QUALITY_OF_SERVICE pqosPrev) |
BOOL WINAPI | ImpersonateDdeClientWindow (HWND hWndClient, HWND hWndServer) |
LPARAM WINAPI | PackDDElParam (UINT, UINT_PTR, UINT_PTR) |
BOOL WINAPI | UnpackDDElParam (UINT, LPARAM, PUINT_PTR, PUINT_PTR) |
BOOL WINAPI | FreeDDElParam (UINT, LPARAM) |
LPARAM WINAPI | ReuseDDElParam (LPARAM, UINT, UINT, UINT_PTR, UINT_PTR) |
#define WM_DDE_FIRST WM_DDE_INITIATE |
#define WM_DDE_LAST WM_DDE_EXECUTE |
BOOL WINAPI DdeSetQualityOfService | ( | HWND | hwndClient, |
CONST SECURITY_QUALITY_OF_SERVICE * | pqosNew, | ||
PSECURITY_QUALITY_OF_SERVICE | pqosPrev | ||
) |
Definition at line 147 of file ddemisc.c.
Referenced by post_dde_message(), ReuseDDElParam(), test_FreeDDElParam(), test_PackDDElParam(), WDML_HandleAdviseReply(), WDML_HandleExecuteReply(), WDML_HandleIncomingData(), WDML_HandlePokeReply(), WDML_HandleRequestReply(), WDML_HandleUnadviseReply(), WDML_PostAck(), and WDML_ServerHandleUnadvise().
Definition at line 63 of file ddemisc.c.
Referenced by dde_server_wndproc(), dde_server_wndprocA(), dde_server_wndprocW(), DdePostAdvise(), ReuseDDElParam(), test_msg_client(), test_PackDDElParam(), unpack_dde_message(), WDML_ClientQueueAdvise(), WDML_ClientQueuePoke(), WDML_ClientQueueRequest(), WDML_ClientQueueUnadvise(), and WDML_PostAck().
LPARAM WINAPI ReuseDDElParam | ( | LPARAM | lParam, |
UINT | msgIn, | ||
UINT | msgOut, | ||
UINT_PTR | uiLo, | ||
UINT_PTR | uiHi | ||
) |
Definition at line 171 of file ddemisc.c.
Referenced by dde_server_wndproc(), dde_server_wndprocA(), dde_server_wndprocW(), WDML_PostAck(), and WDML_ServerHandleRequest().
Definition at line 105 of file ddemisc.c.
Referenced by dde_msg_client_wndproc(), dde_server_wndproc(), dde_server_wndprocA(), dde_server_wndprocW(), hook_dde_client_wndprocA(), hook_dde_client_wndprocW(), post_dde_message(), test_PackDDElParam(), test_UnpackDDElParam(), WDML_HandleAdviseReply(), WDML_HandleExecuteReply(), WDML_HandleIncomingData(), WDML_HandlePokeReply(), WDML_HandleRequestReply(), WDML_HandleUnadviseReply(), WDML_ServerNameProc(), WDML_ServerQueueAdvise(), WDML_ServerQueuePoke(), WDML_ServerQueueRequest(), and WDML_ServerQueueUnadvise().