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) |