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