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.
48 lines
1.1 KiB
48 lines
1.1 KiB
//+--------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1996 - 1999
|
|
//
|
|
// File: certxsam.idl
|
|
//
|
|
// Contents: IDL source for certsam
|
|
//
|
|
//---------------------------------------------------------------------------
|
|
|
|
import "wtypes.idl";
|
|
import "certexit.idl";
|
|
import "certmod.idl";
|
|
|
|
|
|
//+--------------------------------------------------------------------------
|
|
// certexit Type library
|
|
//+--------------------------------------------------------------------------
|
|
|
|
[
|
|
uuid(d29571d0-c2c8-11d2-b313-00c04f79dc72),
|
|
version(1.0),
|
|
helpstring("CertExitSample 1.0 Type Library")
|
|
]
|
|
|
|
library CERTEXITSAMPLELib
|
|
{
|
|
importlib("stdole2.tlb");
|
|
|
|
[
|
|
uuid(d2075560-c2c8-11d2-b313-00c04f79dc72),
|
|
helpstring("CertExitSample Class")
|
|
]
|
|
coclass CCertExitSample
|
|
{
|
|
[default] interface ICertExit;
|
|
};
|
|
|
|
[
|
|
uuid(d3099410-c2c8-11d2-b313-00c04f79dc72),
|
|
helpstring("CertManageExitModuleSample Class")
|
|
]
|
|
coclass CCertManageExitModuleSample
|
|
{
|
|
[default] interface ICertManageModule;
|
|
};
|
|
};
|