Searched refs:MAXSINKS (Results 1 – 1 of 1) sorted by relevance
44 #define MAXSINKS 10 macro250 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()