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.

IMPLEMENTATION

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.