UlRelease (MAPI32.129)
ULONG UlRelease ( void* lpUnk )
Remove a reference from an object.
lpUnk | [In] | Object to remove reference from. |
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.
See IUnknown_Release.
Declared in "include/mapiutil.h". gitlab.winehq.org/wine/wine/blob/master/include/mapiutil.h
Implemented in "dlls/mapi32/util.c". gitlab.winehq.org/wine/wine/blob/master/dlls/mapi32/util.c
Debug channel "mapi".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.