Share via


ComCallUnmarshal Coclass

Provides interfaces for managing the marshaling of interface pointers.

coclass ComCallUnmarshal {
    [default] interface IMarshal;
};

Interfaces

Interface Description

IMarshal

Provides methods for creating, initializing, and managing a proxy in a client process.

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, 1.1, 1.0

See Also

Other Resources

Hosting Coclasses