Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

56 lines
1.0 KiB

// EvtVwr.idl : IDL source for EvtVwr.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (EvtVwr.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(1DCBBC99-77D1-456D-BA21-89456CC5F3B7),
helpstring("ICompData Interface"),
pointer_default(unique)
]
interface ICompData : IUnknown
{
};
[
object,
uuid(EA1621DC-3A2F-4B73-8899-6080E0CD439C),
helpstring("ICAbout Interface"),
pointer_default(unique)
]
interface ICAbout : IUnknown
{
};
[
uuid(BE99E5BF-1E41-4CFE-9699-FDF17D8D3E71),
version(1.0),
helpstring("EvtVwr 1.0 Type Library")
]
library EVTVWRLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(D26F5CC6-58E0-46A2-8939-C2D051E3E343),
helpstring("CompData Class")
]
coclass CompData
{
[default] interface ICompData;
};
[
uuid(37C40DB4-6539-40DF-8022-8EB106883236),
helpstring("CAbout Class")
]
coclass CAbout
{
[default] interface ICAbout;
};
};