ReactOS 0.4.16-dev-136-g52192f1
|
Go to the source code of this file.
Classes | |
struct | _DDEIMP |
struct | _DDE_DATA |
struct | _DDE_PROP |
Typedefs | |
typedef struct _DDEIMP | DDEIMP |
typedef struct _DDEIMP * | PDDEIMP |
typedef struct _DDE_DATA | DDE_DATA |
typedef struct _DDE_DATA * | PDDE_DATA |
typedef struct _DDE_PROP | DDE_PROP |
typedef struct _DDE_PROP * | PDDE_PROP |
Variables | |
SECURITY_QUALITY_OF_SERVICE | gqosDefault = {sizeof(SECURITY_QUALITY_OF_SERVICE),SecurityImpersonation,SECURITY_STATIC_TRACKING,TRUE} |
DBG_DEFAULT_CHANNEL | ( | UserMisc | ) |
Definition at line 111 of file dde.c.
Referenced by IntDdeGetMessageHook().
Definition at line 326 of file dde.c.
Referenced by co_IntGetPeekMessage().
int APIENTRY IntDDEPostCallback | ( | IN PWND | pWnd, |
IN UINT | Msg, | ||
IN WPARAM | wParam, | ||
IN OUT LPARAM * | lParam, | ||
IN OUT PVOID * | Buffer | ||
) |
Definition at line 48 of file dde.c.
Referenced by IntDdePostMessageHook().
BOOL APIENTRY IntDdePostMessageHook | ( | IN PWND | pWnd, |
IN UINT | Msg, | ||
IN WPARAM | wParam, | ||
IN OUT LPARAM * | lParam, | ||
IN OUT LONG_PTR * | ExtraInfo | ||
) |
Definition at line 172 of file dde.c.
Referenced by UserPostMessage().
Definition at line 386 of file dde.c.
Referenced by co_IntSendMessageTimeoutSingle().
BOOL APIENTRY NtUserDdeGetQualityOfService | ( | IN HWND | hwndClient, |
IN HWND | hWndServer, | ||
OUT PSECURITY_QUALITY_OF_SERVICE | pqosPrev | ||
) |
BOOL APIENTRY NtUserDdeSetQualityOfService | ( | IN HWND | hwndClient, |
IN PSECURITY_QUALITY_OF_SERVICE | pqosNew, | ||
OUT PSECURITY_QUALITY_OF_SERVICE | pqosPrev | ||
) |