Searched refs:PreGetSize (Results 1 - 2 of 2) sorted by relevance
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ |
H A D | objidl.h | 681 virtual void *WINAPI PreGetSize(void *pRequest,WINBOOL fSpyed) = 0; 700 void *(WINAPI *PreGetSize)(IMallocSpy *This,void *pRequest,WINBOOL fSpyed); member in struct:IMallocSpyVtbl 721 #define IMallocSpy_PreGetSize(This,pRequest,fSpyed) (This)->lpVtbl->PreGetSize(This,pRequest,fSpyed)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
H A D | objidl.h | 681 virtual void *WINAPI PreGetSize(void *pRequest,WINBOOL fSpyed) = 0; 700 void *(WINAPI *PreGetSize)(IMallocSpy *This,void *pRequest,WINBOOL fSpyed); member in struct:IMallocSpyVtbl 721 #define IMallocSpy_PreGetSize(This,pRequest,fSpyed) (This)->lpVtbl->PreGetSize(This,pRequest,fSpyed)
|
Completed in 210 milliseconds