CoRevokeMallocSpy (OLE32.@)
HRESULT CoRevokeMallocSpy ( )
Revokes a previousl registered object that receives notifications on memory allocations and frees.
pMallocSpy | [In] | New spy object. |
Success: S_OK.
Failure: HRESULT code.
we can't revoke a malloc spy as long as memory blocks allocated with the spy are active since only the spy knows how to free them
Defined in "objbase.h".
Implemented in "dlls/ole32/ifs.c". source.winehq.org/source/dlls/ole32/ifs.c
Debug channel "olemalloc".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.