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.
37 lines
768 B
37 lines
768 B
// Copyright (c) 1997-1999 Microsoft Corporation
|
|
// WMICntl.idl : IDL source for WMICntl.dll
|
|
//
|
|
|
|
// This file will be processed by the MIDL tool to
|
|
// produce the type library (WMICntl.tlb) and marshalling code.
|
|
|
|
import "oaidl.idl";
|
|
import "ocidl.idl";
|
|
|
|
[
|
|
uuid(5C65924B-E236-11D2-8899-00104B2AFB46),
|
|
version(1.0),
|
|
helpstring("WMICntl 1.0 Type Library")
|
|
]
|
|
library WMICNTLLib
|
|
{
|
|
importlib("stdole32.tlb");
|
|
importlib("stdole2.tlb");
|
|
|
|
[
|
|
uuid(5C659257-E236-11D2-8899-00104B2AFB46),
|
|
helpstring("WMISnapin Class")
|
|
]
|
|
coclass WMISnapin
|
|
{
|
|
[default] interface IUnknown;
|
|
}
|
|
[
|
|
uuid(5C659258-E236-11D2-8899-00104B2AFB46),
|
|
helpstring("WMISnapin Class About")
|
|
]
|
|
coclass WMISnapinAbout
|
|
{
|
|
[default] interface IUnknown;
|
|
}
|
|
};
|