Home
last modified time | relevance | path

Searched refs:MAXSINKS (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/oleaut32/
H A Dconnpt.c44 #define MAXSINKS 10 macro
250 This->maxSinks += MAXSINKS; in ConnectionPointImpl_Advise()
588 Obj->maxSinks = MAXSINKS; in CreateConnectionPoint()
589 Obj->sinks = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(IUnknown*) * MAXSINKS); in CreateConnectionPoint()