60 lines
998 B
Plaintext
60 lines
998 B
Plaintext
|
//////////////////////////////////////////////////////////////////////////////
|
||
|
/*++
|
||
|
|
||
|
Copyright (c) 1997 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
IASMMC.idl
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
IDL source for IASMMC.dll
|
||
|
|
||
|
This file will be processed by the MIDL tool to
|
||
|
produce the type library (IASMMC.tlb) and marshalling code.
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Michael A. Maguire 11/6/97
|
||
|
|
||
|
Revision History:
|
||
|
mmaguire 11/6/97 - created using MMC snap-in wizard
|
||
|
|
||
|
|
||
|
--*/
|
||
|
//////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
|
||
|
import "oaidl.idl";
|
||
|
import "ocidl.idl";
|
||
|
|
||
|
[
|
||
|
uuid(32A48836-5713-11D1-9551-0060B0576642),
|
||
|
version(1.0),
|
||
|
helpstring("IASMMC 1.0 Type Library")
|
||
|
]
|
||
|
library IASMMCLib
|
||
|
{
|
||
|
importlib("stdole2.tlb");
|
||
|
|
||
|
[
|
||
|
uuid(8F8F8DC0-5713-11D1-9551-0060B0576642),
|
||
|
helpstring("IASSnapin Class")
|
||
|
]
|
||
|
coclass IASSnapin
|
||
|
{
|
||
|
[default] interface IUnknown;
|
||
|
}
|
||
|
|
||
|
|
||
|
[
|
||
|
uuid(8F8F8DC1-5713-11D1-9551-0060B0576642),
|
||
|
helpstring("IASSnapin Class About")
|
||
|
]
|
||
|
coclass IASSnapinAbout
|
||
|
{
|
||
|
[default] interface IUnknown;
|
||
|
}
|
||
|
};
|