.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CoRevokeMallocSpy 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCoRevokeMallocSpy\fR (OLE32.@) .SH SYNOPSIS HRESULT CoRevokeMallocSpy ( ) .SH DESCRIPTION .PP Revokes a previously registered object that receives notifications on memory allocations and frees. .SH PARAMS pMallocSpy \fB[In]\fR New spy object. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. .PP \fBFailure:\fR \fBHRESULT\fR code. .SH NOTES .PP 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 .SH IMPLEMENTATION .PP Declared in \fB"objbase.h"\fR. .PP Implemented in \fB"dlls/ole32/ifs.c"\fR. .PP Debug channel \fB"olemalloc"\fR.