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 "mapiutil.h". https://source.winehq.org/source/include/mapiutil.h

Implemented in "dlls/mapi32/util.c". https://source.winehq.org/source/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 Mar 2024.