Home
last modified time | relevance | path

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

/reactos/dll/win32/ole32/
H A Dcompositemoniker.c297 ULARGE_INTEGER ptmpSize; in CompositeMonikerImpl_GetSizeMax() local
314 IMoniker_GetSizeMax(pmk,&ptmpSize); in CompositeMonikerImpl_GetSizeMax()
318 pcbSize->QuadPart = ptmpSize.QuadPart + sizeof(CLSID); in CompositeMonikerImpl_GetSizeMax()