UlAddRef (MAPI32.128)
ULONG UlAddRef ( void* lpUnk )
Add a reference to an object.
lpUnk | [In] | Object to add a reference to. |
The new reference count of the object, or 0 if lpUnk is NULL.
See IUnknown_AddRef.
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.