table of contents
other versions
- wheezy 1.4.1-4
| UlAddRef(3w) | Wine API | 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¶
Declared in "mapiutil.h". Implemented in "dlls/mapi32/util.c". Debug channel "mapi".| Oct 2012 | Wine API |