windows-nt/Source/XPSP1/NT/termsrv/admtools/tscc/snapin/tscc.idl

36 lines
608 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
//Copyright (c) 1998 - 1999 Microsoft Corporation
// tscc.idl : IDL source for tscc.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (tscc.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
import "mmc.idl";
import "tswiz.idl";
[
uuid(B91B6007-32D2-11D2-9888-00A0C925F917),
version( 1.0 ),
helpstring("ICompdata Interface")
]
library TSCCLib
{
importlib("stdole2.tlb");
[
uuid(B91B6008-32D2-11D2-9888-00A0C925F917),
helpstring("Compdata Class")
]
coclass Compdata
{
[default] interface IComponentData;
};
};