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.
 
 
 
 
 
 

30 lines
613 B

// NCProv.idl : IDL source for NCProv.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (NCProv.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
import "wbemcli.idl";
import "wbemprov.idl";
[
uuid(5F099F16-6A6E-4BBC-8BD8-98F3221D58C4),
version(1.0),
helpstring("NCProv 1.0 Type Library")
]
library NCProvLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(29F06F0C-FB7F-44A5-83CD-D41705D5C525),
helpstring("NCProvider Class")
]
coclass NCProvider
{
[default] interface IWbemEventProvider;
};
};