Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1015 Bytes

iobjecthandle-unwrap-method.md

File metadata and controls

45 lines (35 loc) · 1015 Bytes
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: IObjectHandle::Unwrap Method
IObjectHandle::Unwrap Method
03/30/2017
IObjectHandle.Unwrap
mscoree.dll
COM
Unwrap
Unwrap method [.NET Framework hosting]
IObjectHandle::Unwrap method [.NET Framework hosting]
794c6f8e-ed58-416b-b756-e864f2c958f7
apiref

IObjectHandle::Unwrap Method

Unwraps a marshal-by-value object from indirection.

Syntax

HRESULT Unwrap (  
    [out, retval] VARIANT *ppv  
);  

Parameters

ppv
[out] A pointer to the object to be unwrapped.

Requirements

Platforms: See System Requirements.

Header: MSCorEE.h

Library: Included as a resource in MSCorEE.dll

.NET Framework Versions: [!INCLUDEnet_current_v20plus]