.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH UlRelease 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBUlRelease\fR (MAPI32.129) .SH SYNOPSIS ULONG UlRelease ( void* \fIlpUnk\fR ) .SH DESCRIPTION .PP Remove a reference from an object. .SH PARAMS \fIlpUnk\fR \fB[In]\fR Object to remove reference from. .PP .SH RETURNS .PP The new reference count of the object, or \fB0\fR if \fIlpUnk\fR is \fBNULL\fR. If \fIlpUnk\fR is non-NULL and this function returns \fB0\fR, the object pointed to by \fIlpUnk\fR has been released. .SH NOTES .PP See \fBIUnknown_Release(3w)\fR. .SH IMPLEMENTATION .PP Declared in \fB"mapiutil.h"\fR. .PP Implemented in \fB"dlls/mapi32/util.c"\fR. .PP Debug channel \fB"mapi"\fR.