--- layout: stdlib-reference --- # attribute [COM] > #### Experimental Feature > The feature described in this page is marked as experimental, and may be subject to change in future releases. > Users are advised that any code that depend on this feature may not be compilable by future versions of the compiler. ## Description Mark an interface as a COM interface. Valid only on CPU target. ## Signature
[COM(guid : String)]## Parameters #### guid : [String](../types/string-0/index.html) The GUID of the COM interface.