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.
47 lines
1.1 KiB
47 lines
1.1 KiB
//+--------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1996 - 1999
|
|
//
|
|
// File: certxsam.idl
|
|
//
|
|
// Contents: IDL source for certsam
|
|
//
|
|
//---------------------------------------------------------------------------
|
|
|
|
import "wtypes.idl";
|
|
import "certmod.idl";
|
|
import "certexit.idl";
|
|
|
|
//+--------------------------------------------------------------------------
|
|
// certexit Type library
|
|
//+--------------------------------------------------------------------------
|
|
|
|
[
|
|
uuid(591b82d8-bd2b-453b-a0dd-3618b9925197),
|
|
version(1.0),
|
|
helpstring("CertExitSQLSample 1.0 Type Library")
|
|
]
|
|
|
|
library CERTEXITSAMPLELib
|
|
{
|
|
importlib("stdole2.tlb");
|
|
|
|
[
|
|
uuid(a0fc3bf6-d67d-47c4-a78c-ea62945b0f69),
|
|
helpstring("CertExitSQLSample Class")
|
|
]
|
|
coclass CCertExitSQLSample
|
|
{
|
|
[default] interface ICertExit;
|
|
};
|
|
|
|
[
|
|
uuid(8fc1617e-fd6a-498a-a95a-d39462aa289e),
|
|
helpstring("CertManageExitModuleSQLSample Class")
|
|
]
|
|
coclass CCertManageExitModuleSQLSample
|
|
{
|
|
[default] interface ICertManageModule;
|
|
};
|
|
};
|