1 package com4j.tlbimp.def;2 3 import com4j.IID;4 import com4j.VTID;5 6 /**7 * @author Kohsuke Kawaguchi (kk@kohsuke.org)8 */9 @IID("{EB8F889F-8944-4faf-80F2-6C2457C224C4}")10 public interface IPtrType extends IType {11 @VTID(3)12 IType getPointedAtType();13 }14