1 reference to REGKIND_LOAD_TLB_AS_32BIT
Microsoft.Build.Tasks.Core (1)
ComReferenceInfo.cs (1)
159
this.typeLibPointer = (ITypeLib)NativeMethods.LoadTypeLibEx(path, (int)NativeMethods.REGKIND.REGKIND_NONE | (int)NativeMethods.REGKIND.
REGKIND_LOAD_TLB_AS_32BIT
);