(out Guid pClassID)
| 18 | interface IPersist |
| 19 | { |
| 20 | [PreserveSig] |
| 21 | //[helpstring("Returns the class identifier for the component object")] |
| 22 | void GetClassID(out Guid pClassID); |
| 23 | } |
| 24 | |
| 25 | [ComImport()] |
nothing calls this directly
no outgoing calls
no test coverage detected