4 references to SYSKIND
ComSvcConfig (3)
SafeNativeMethods.cs (3)
16using _SYSKIND = System.Runtime.InteropServices.ComTypes.SYSKIND; 331internal static extern int CreateTypeLib2(System.Runtime.InteropServices.ComTypes.SYSKIND sysKind, string szFile, out ICreateTypeLib ppctlib); 351int hr = CreateTypeLib2(System.Runtime.InteropServices.ComTypes.SYSKIND.SYS_WIN32, file, out typelib);
mscorlib (1)
system\runtime\interopservices\ComTypes\itypelib.cs (1)
45public SYSKIND syskind;