ECapeErrorDummy Interface

The ECapeErrorDummy interface is not intended to be used.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[ComImportAttribute]
[GuidAttribute("678c0b07-7d66-11d2-a67d-00105a42887f")]
[ComVisibleAttribute(false)]
public interface ECapeErrorDummy

Remarks

It is only here to ensure that the MIDL compiler exports the CapeErrorInterfaceHR enumeration. The compiler only exports an enumeration if it is used in a method of an exported interface.

Properties

dummy The HRESULT of the Dummy Error.

See Also