IObjectHandle Interface

Provides a method for unwrapping marshal-by-value objects from indirection.

interface IObjectHandle : IUnknown {

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

Methods

Method Description

IObjectHandle::Unwrap Method

Unwraps a marshal-by-value object from indirection.

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

Other Resources

Hosting Interfaces