#include "precomp.h"
Go to the source code of this file.
Functions | |
HSZ | DdeCreateStringHandleA (DWORD idInst, LPCSTR psz, int iCodePage) |
HSZ | DdeCreateStringHandleW (DWORD idInst, LPCWSTR psz, int iCodePage) |
HSZ | InternalDdeCreateStringHandle (DWORD idInst, PVOID psz, int iCodePage) |
DWORD | DdeQueryStringA (DWORD idInst, HSZ hsz, LPSTR psz, DWORD cchMax, INT iCodePage) |
DWORD | DdeQueryStringW (DWORD idInst, HSZ hsz, LPWSTR psz, DWORD cchMax, INT iCodePage) |
DWORD | InternalDdeQueryString (DWORD idInst, HSZ hsz, PVOID psz, DWORD cbMax, INT iCodePage) |
BOOL | DdeFreeStringHandle (DWORD idInst, HSZ hsz) |
BOOL | DdeKeepStringHandle (DWORD idInst, HSZ hsz) |
int | DdeCmpStringHandles (HSZ hsz1, HSZ hsz2) |
DWORD | ValidateHSZ (HSZ hsz) |
LATOM | MakeInstSpecificAtom (LATOM la, HWND hwnd) |
HWND | ParseInstSpecificAtom (LATOM la, LATOM *plaNormal) |
GATOM | LocalToGlobalAtom (LATOM la) |
LATOM | GlobalToLocalAtom (GATOM ga) |
GATOM | IncGlobalAtomCount (GATOM ga) |
LATOM | IncLocalAtomCount (LATOM la) |
|
Definition at line 317 of file hsz.c.
|
|
Definition at line 24 of file hsz.c. References InternalDdeCreateStringHandle().
|
|
Definition at line 36 of file hsz.c. References InternalDdeCreateStringHandle().
|
|
Definition at line 227 of file hsz.c. References BestSetLastDDEMLError(), BOOL, EnterDDECrit, FALSE, HSZT_INVALID, LATOM_FROM_HSZ, LeaveDDECrit, MONHSZ, NULL, SetLastDDEMLError(), TRUE, ValidateHSZ(), and ValidateInstance().
|
|
Definition at line 272 of file hsz.c. References BestSetLastDDEMLError(), BOOL, EnterDDECrit, FALSE, HSZT_INVALID, IncLocalAtomCount(), LATOM_FROM_HSZ, LeaveDDECrit, MONHSZ, NULL, SetLastDDEMLError(), TRUE, ValidateHSZ(), and ValidateInstance().
|
|
Definition at line 113 of file hsz.c. References DWORD, and InternalDdeQueryString().
|
|
Definition at line 127 of file hsz.c. References DWORD, and InternalDdeQueryString().
|
|
Definition at line 464 of file hsz.c. References LATOM. Referenced by _ClientEventCallback(), AddLink(), ClRespUnadviseAck(), ClSpontAdviseData(), DDEMLClientWndProc(), DdeQueryConvInfo(), ProcessDDEMLInitiate(), ProcessRegistrationMessage(), SvRespAdviseDataAck(), SvSpontAdvise(), SvSpontPoke(), SvSpontRequest(), SvSpontUnadvise(), SvStartAdviseUpdate(), and TransactionComplete().
|
|
Definition at line 490 of file hsz.c. References GATOM. Referenced by AddLink(), ClStartAdvise(), ClStartPoke(), ClStartRequest(), ClStartUnadvise(), MonitorLink(), SendRegisterMessageToClass(), and SvStartAdviseUpdate().
|
|
Definition at line 516 of file hsz.c. References LATOM. Referenced by AddLink(), ConnectConv(), DdeKeepStringHandle(), DdeNameService(), InitiateEnumerationProc(), and ProcessDDEMLInitiate().
|
|
Definition at line 49 of file hsz.c. References BestSetLastDDEMLError(), EnterDDECrit, L, LeaveDDECrit, MONHSZ, NORMAL_HSZ_FROM_LATOM, NULL, UINT, and ValidateInstance(). Referenced by DdeCreateStringHandleA(), and DdeCreateStringHandleW().
|
|
Definition at line 141 of file hsz.c. References BestSetLastDDEMLError(), CHAR, DWORD, EnterDDECrit, HSZT_INVALID, L, LATOM_FROM_HSZ, LeaveDDECrit, NULL, SetLastDDEMLError(), UINT, ValidateHSZ(), and ValidateInstance(). Referenced by DdeQueryStringA(), and DdeQueryStringW().
|
|
Definition at line 438 of file hsz.c. References GATOM. Referenced by ConnectConv(), DdeClientTransaction(), DdeNameService(), DdeReconnect(), DoCallback(), FreeConversationResources(), MonitorConv(), MonitorLink(), ProcessDDEMLInitiate(), and UpdateLinkIfChanged().
|
|
Definition at line 367 of file hsz.c. References LATOM, and strlen(). Referenced by ProcessRegistrationMessage().
|
|
Definition at line 398 of file hsz.c. Referenced by ValidateConnectParameters().
|
|
Definition at line 340 of file hsz.c. References DWORD, HSZT_INST_SPECIFIC, HSZT_INVALID, and HSZT_NORMAL. Referenced by DdeFreeStringHandle(), DdeKeepStringHandle(), DdeNameService(), DdePostAdvise(), InternalDdeQueryString(), and ValidateConnectParameters().
|