#include "precomp.h"
Go to the source code of this file.
Defines | |
#define | INST_GROW_COUNT 4 |
#define | perrs ((MONERRSTRUCT *)&pep->Data) |
Functions | |
HANDLE | AddInstance (HANDLE hInstServer) |
HANDLE | DestroyInstance (HANDLE hInstClient) |
PCL_INSTANCE_INFO | ValidateInstance (HANDLE hInstClient) |
VOID | SetLastDDEMLError (PCL_INSTANCE_INFO pcii, DWORD error) |
Variables | |
PHANDLE | aInstance = NULL |
int | cInstAllocated = 0 |
int | iFirstFreeInst = 0 |
|
Definition at line 17 of file instance.c. Referenced by AddInstance(). |
|
Referenced by SetLastDDEMLError(). |
|
Definition at line 40 of file instance.c. References aInstance, cInstAllocated, CreateHandle(), DDEMLAlloc, DDEMLReAlloc, HTYPE_INSTANCE, iFirstFreeInst, INST_GROW_COUNT, MAX_INST, and UINT. Referenced by InternalDdeInitialize().
|
|
Definition at line 87 of file instance.c. References aInstance, DestroyHandle(), iFirstFreeInst, and InstFromHandle. Referenced by DdeUninitialize().
|
|
|
Definition at line 111 of file instance.c. References HINST_ANY, tagCL_INSTANCE_INFO::hInstClient, HTYPE_INSTANCE, NULL, tagCL_INSTANCE_INFO::tid, and ValidateCHandle(). Referenced by DdeAbandonTransaction(), DdeCreateDataHandle(), DdeEnableCallback(), DdeFreeStringHandle(), DdeGetLastError(), DdeKeepStringHandle(), DDEMLClientWndProc(), DdeNameService(), DdePostAdvise(), DdeUninitialize(), InternalDdeCreateStringHandle(), InternalDdeInitialize(), InternalDdeQueryString(), ValidateConnectParameters(), and ValidateTransaction().
|
|
Definition at line 21 of file instance.c. Referenced by AddInstance(), and DestroyInstance(). |
|
Definition at line 22 of file instance.c. Referenced by AddInstance(). |
|
Definition at line 23 of file instance.c. Referenced by AddInstance(), and DestroyInstance(). |