UlAddRef.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/mapi32/util.c".

Debug channel "mapi".