NAME

UlRelease  (MAPI32.129)

SYNOPSIS

 ULONG UlRelease
 (
  void* lpUnk
 )

DESCRIPTION

Remove a reference from an object.

PARAMS

lpUnk [In] Object to remove reference from.

RETURNS

The new reference count of the object, or 0 if lpUnk is NULL. If lpUnk is non-NULL and this function returns 0, the object pointed to by lpUnk has been released.

NOTES

See IUnknown_Release.

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 Apr 2024.