UlRelease(3w)
NAME
UlRelease (MAPI32.129)
SYNOPSIS
ULONG UlRelease
(
void* lpUnk
)
DESCRIPTION
Remove a reference from an object.
PARAMS
lpUnk [In] Object to remove reference from.
RETURNS
The new reference count of the object, or 0 if lpUnk is NULL. If lpUnk
is non-NULL and this function returns 0, the object pointed to by lpUnk
has been released.
NOTES
See IUnknown_Release(3w).
IMPLEMENTATION
Defined in "mapiutil.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/mapi32/util.c".
- Debug channel "mapi".