COM-Comp { component "COMImage" from class "CImage" in "cimage.h" { interface "IImageInfo" { method "GetSize"; method "GetPosition"; }; interface "IImageProcessing" { method "Rotate"; method "Resize"; }; interface "IPersistence" { method "Load"; method "Save"; }; }; } COM-Glue { component "COMImage" { CLSID = "0xcbeea2d0, 0xe3a7, 0x11d1, 0xa2, 0xdd, 0x00, 0x60, 0x08, 0x1c, 0x46, 0xcb"; FriendlyName = "COMImage Sample"; ProgID = "COMImage.Sample.1"; VersionIndProgID = "COMImage.Sample"; }; interface "IImageInfo" { IID = "0x90240720, 0xe3a8, 0x11d1,0xa2, 0xdd, 0x00, 0x60, 0x08, 0x1c, 0x46, 0xcb"; }; interface "IImageProcessing" { IID = "0x90240721, 0xe3a8, 0x11d1, 0xa2, 0xdd, 0x00, 0x60, 0x08, 0x1c, 0x46, 0xcb"; }; interface "IPersistence" { IID = "0x90240722, 0xe3a8, 0x11d1, 0xa2, 0xdd, 0x00, 0x60, 0x08, 0x1c, 0x46, 0xcb"; }; }