Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

dde.cpp File Reference

#include <os2win.h>
#include <misc.h>
#include <unicode.h>
#include "dbglocal.h"

Include dependency graph for dde.cpp:

Include dependency graph

Go to the source code of this file.

Defines

#define DBG_LOCALLOG   DBG_dde

Functions

BOOL WIN32API DdeAbandonTransaction (DWORD arg1, HCONV arg2, DWORD arg3)
PBYTE WIN32API DdeAccessData (HDDEDATA arg1, PDWORD arg2)
HDDEDATA WIN32API DdeAddData (HDDEDATA arg1, PVOID arg2, DWORD arg3, DWORD arg4)
HDDEDATA WIN32API DdeClientTransaction (PVOID arg1, DWORD arg2, HCONV arg3, HSZ arg4, UINT arg5, UINT arg6, DWORD arg7, PDWORD arg8)
int WIN32API DdeCmpStringHandles (HSZ arg1, HSZ arg2)
HCONV WIN32API DdeConnect (DWORD idInst, HSZ hszService, HSZ hszTopic, LPCONVCONTEXT pCC)
HCONVLIST WIN32API DdeConnectList (DWORD arg1, HSZ arg2, HSZ arg3, HCONVLIST arg4, LPCONVCONTEXT arg5)
HDDEDATA WIN32API DdeCreateDataHandle (DWORD arg1, PVOID arg2, DWORD arg3, DWORD arg4, HSZ arg5, UINT arg6, UINT arg7)
HSZ WIN32API DdeCreateStringHandleA (DWORD idInst, LPCSTR lpszString, int codepage)
HSZ WIN32API DdeCreateStringHandleW (DWORD arg1, LPCWSTR arg2, int arg3)
BOOL WIN32API DdeDisconnect (HCONV arg1)
BOOL WIN32API DdeDisconnectList (HCONVLIST arg1)
BOOL WIN32API DdeEnableCallback (DWORD arg1, HCONV arg2, UINT arg3)
BOOL WIN32API DdeFreeDataHandle (HDDEDATA arg1)
BOOL WIN32API DdeFreeStringHandle (DWORD arg1, HSZ arg2)
DWORD WIN32API DdeGetData (HDDEDATA arg1, PVOID arg2, DWORD arg3, DWORD arg4)
UINT WIN32API DdeGetLastError (DWORD arg1)
UINT WIN32API DdeInitializeA (PDWORD lpidInst, PFNCALLBACK pfnCallback, DWORD afCmd, DWORD ulRes)
UINT WIN32API DdeInitializeW (PDWORD lpidInst, PFNCALLBACK pfnCallback, DWORD afCmd, DWORD ulRes)
BOOL WIN32API DdeKeepStringHandle (DWORD arg1, HSZ arg2)
HDDEDATA WIN32API DdeNameService (DWORD arg1, HSZ arg2, HSZ arg3, UINT arg4)
BOOL WIN32API DdePostAdvise (DWORD arg1, HSZ arg2, HSZ arg3)
UINT WIN32API DdeQueryConvInfo (HCONV arg1, DWORD arg2, LPCONVINFO arg3)
HCONV WIN32API DdeQueryNextServer (HCONVLIST arg1, HCONV arg2)
DWORD WIN32API DdeQueryStringA (DWORD arg1, HSZ arg2, LPSTR arg3, DWORD arg4, int arg5)
DWORD WIN32API DdeQueryStringW (DWORD arg1, HSZ arg2, LPWSTR arg3, DWORD arg4, int arg5)
HCONV WIN32API DdeReconnect (HCONV arg1)
BOOL WIN32API DdeSetUserHandle (HCONV arg1, DWORD arg2, DWORD arg3)
BOOL WIN32API DdeUnaccessData (HDDEDATA arg1)
BOOL WIN32API DdeUninitialize (DWORD arg1)
BOOL WIN32API FreeDDElParam (UINT arg1, LONG arg2)
LONG WIN32API PackDDElParam (UINT arg1, UINT arg2, UINT arg3)
UINT WIN32API ReuseDDElParam (UINT arg1, UINT arg2, UINT arg3, UINT arg4, UINT arg5)
BOOL WIN32API UnpackDDElParam (UINT arg1, UINT arg2, LPUINT arg3, LPUINT arg4)
BOOL WIN32API DdeImpersonateClient (HCONV hConv)
BOOL WIN32API DdeSetQualityOfService (HWND hwndClient, CONST SECURITY_QUALITY_OF_SERVICE *pqosNew, PSECURITY_QUALITY_OF_SERVICE pqosPrev)
BOOL WIN32API ImpersonateDdeClientWindow (HWND hWndClient, HWND hWndServer)


Define Documentation

#define DBG_LOCALLOG   DBG_dde
 

Definition at line 16 of file dde.cpp.


Function Documentation

BOOL WIN32API DdeAbandonTransaction DWORD    arg1,
HCONV    arg2,
DWORD    arg3
 

Definition at line 21 of file dde.cpp.

PBYTE WIN32API DdeAccessData HDDEDATA    arg1,
PDWORD    arg2
 

Definition at line 28 of file dde.cpp.

HDDEDATA WIN32API DdeAddData HDDEDATA    arg1,
PVOID    arg2,
DWORD    arg3,
DWORD    arg4
 

Definition at line 35 of file dde.cpp.

HDDEDATA WIN32API DdeClientTransaction PVOID    arg1,
DWORD    arg2,
HCONV    arg3,
HSZ    arg4,
UINT    arg5,
UINT    arg6,
DWORD    arg7,
PDWORD    arg8
 

Definition at line 42 of file dde.cpp.

int WIN32API DdeCmpStringHandles HSZ    arg1,
HSZ    arg2
 

Definition at line 52 of file dde.cpp.

HCONV WIN32API DdeConnect DWORD    idInst,
HSZ    hszService,
HSZ    hszTopic,
LPCONVCONTEXT    pCC
 

Definition at line 60 of file dde.cpp.

HCONVLIST WIN32API DdeConnectList DWORD    arg1,
HSZ    arg2,
HSZ    arg3,
HCONVLIST    arg4,
LPCONVCONTEXT    arg5
 

Definition at line 71 of file dde.cpp.

HDDEDATA WIN32API DdeCreateDataHandle DWORD    arg1,
PVOID    arg2,
DWORD    arg3,
DWORD    arg4,
HSZ    arg5,
UINT    arg6,
UINT    arg7
 

Definition at line 80 of file dde.cpp.

HSZ WIN32API DdeCreateStringHandleA DWORD    idInst,
LPCSTR    lpszString,
int    codepage
 

Definition at line 88 of file dde.cpp.

HSZ WIN32API DdeCreateStringHandleW DWORD    arg1,
LPCWSTR    arg2,
int    arg3
 

Definition at line 98 of file dde.cpp.

BOOL WIN32API DdeDisconnect HCONV    arg1
 

Definition at line 110 of file dde.cpp.

BOOL WIN32API DdeDisconnectList HCONVLIST    arg1
 

Definition at line 118 of file dde.cpp.

BOOL WIN32API DdeEnableCallback DWORD    arg1,
HCONV    arg2,
UINT    arg3
 

Definition at line 126 of file dde.cpp.

BOOL WIN32API DdeFreeDataHandle HDDEDATA    arg1
 

Definition at line 134 of file dde.cpp.

BOOL WIN32API DdeFreeStringHandle DWORD    arg1,
HSZ    arg2
 

Definition at line 142 of file dde.cpp.

DWORD WIN32API DdeGetData HDDEDATA    arg1,
PVOID    arg2,
DWORD    arg3,
DWORD    arg4
 

Definition at line 150 of file dde.cpp.

UINT WIN32API DdeGetLastError DWORD    arg1
 

Definition at line 158 of file dde.cpp.

Referenced by DdeConnect().

UINT WIN32API DdeInitializeA PDWORD    lpidInst,
PFNCALLBACK    pfnCallback,
DWORD    afCmd,
DWORD    ulRes
 

Definition at line 178 of file dde.cpp.

UINT WIN32API DdeInitializeW PDWORD    lpidInst,
PFNCALLBACK    pfnCallback,
DWORD    afCmd,
DWORD    ulRes
 

Definition at line 193 of file dde.cpp.

BOOL WIN32API DdeKeepStringHandle DWORD    arg1,
HSZ    arg2
 

Definition at line 210 of file dde.cpp.

HDDEDATA WIN32API DdeNameService DWORD    arg1,
HSZ    arg2,
HSZ    arg3,
UINT    arg4
 

Definition at line 218 of file dde.cpp.

BOOL WIN32API DdePostAdvise DWORD    arg1,
HSZ    arg2,
HSZ    arg3
 

Definition at line 226 of file dde.cpp.

UINT WIN32API DdeQueryConvInfo HCONV    arg1,
DWORD    arg2,
LPCONVINFO    arg3
 

Definition at line 235 of file dde.cpp.

HCONV WIN32API DdeQueryNextServer HCONVLIST    arg1,
HCONV    arg2
 

Definition at line 244 of file dde.cpp.

DWORD WIN32API DdeQueryStringA DWORD    arg1,
HSZ    arg2,
LPSTR    arg3,
DWORD    arg4,
int    arg5
 

Definition at line 253 of file dde.cpp.

DWORD WIN32API DdeQueryStringW DWORD    arg1,
HSZ    arg2,
LPWSTR    arg3,
DWORD    arg4,
int    arg5
 

Definition at line 262 of file dde.cpp.

HCONV WIN32API DdeReconnect HCONV    arg1
 

Definition at line 274 of file dde.cpp.

BOOL WIN32API DdeSetUserHandle HCONV    arg1,
DWORD    arg2,
DWORD    arg3
 

Definition at line 283 of file dde.cpp.

BOOL WIN32API DdeUnaccessData HDDEDATA    arg1
 

Definition at line 292 of file dde.cpp.

BOOL WIN32API DdeUninitialize DWORD    arg1
 

Definition at line 301 of file dde.cpp.

BOOL WIN32API FreeDDElParam UINT    arg1,
LONG    arg2
 

Definition at line 310 of file dde.cpp.

LONG WIN32API PackDDElParam UINT    arg1,
UINT    arg2,
UINT    arg3
 

Definition at line 318 of file dde.cpp.

UINT WIN32API ReuseDDElParam UINT    arg1,
UINT    arg2,
UINT    arg3,
UINT    arg4,
UINT    arg5
 

Definition at line 326 of file dde.cpp.

BOOL WIN32API UnpackDDElParam UINT    arg1,
UINT    arg2,
LPUINT    arg3,
LPUINT    arg4
 

Definition at line 334 of file dde.cpp.

BOOL WIN32API DdeImpersonateClient HCONV    hConv
 

Definition at line 357 of file dde.cpp.

BOOL WIN32API DdeSetQualityOfService HWND    hwndClient,
CONST SECURITY_QUALITY_OF_SERVICE *    pqosNew,
PSECURITY_QUALITY_OF_SERVICE    pqosPrev
 

Definition at line 382 of file dde.cpp.

BOOL WIN32API ImpersonateDdeClientWindow HWND    hWndClient,
HWND    hWndServer
 

Definition at line 411 of file dde.cpp.


Generated on Wed Jan 23 23:18:25 2002 for ODIN-user32 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001