Scroll to navigation

CoRevokeMallocSpy(3w) Wine API CoRevokeMallocSpy(3w)

NAME

CoRevokeMallocSpy (OLE32.@)

SYNOPSIS

HRESULT CoRevokeMallocSpy
(
)
 

DESCRIPTION

Revokes a previously registered object that receives notifications on memory allocations and frees.
 

PARAMS

pMallocSpy [In] New spy object.
 

RETURNS

Success: S_OK.
Failure: HRESULT code.
 

NOTES

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
 

IMPLEMENTATION

Declared in "objbase.h".
Implemented in "dlls/ole32/ifs.c".
Debug channel "olemalloc".
Oct 2012 Wine API