IObjectHandle::Unwrap Method

Unwraps a marshal-by-value object from indirection.

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

Parameters

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

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: MSCorEE.idl

Library: Included as a resource in MSCorEE.dll

.NET Framework Version: 2.0

See Also

Reference

IObjectHandle Interface