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.
49 lines
1.2 KiB
49 lines
1.2 KiB
//+--------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1996 - 1999
|
|
//
|
|
// File: expolicy.idl
|
|
//
|
|
// Contents: IDL source for expolicy
|
|
//
|
|
//---------------------------------------------------------------------------
|
|
|
|
|
|
import "wtypes.idl";
|
|
import "certpol.idl";
|
|
import "certmod.idl";
|
|
|
|
|
|
//+--------------------------------------------------------------------------
|
|
// certpol Type library
|
|
//+--------------------------------------------------------------------------
|
|
|
|
[
|
|
uuid(bf575a0c-130c-4d82-b4b3-00bc01f7fbca),
|
|
version(1.0),
|
|
helpstring("CertPolicyExchange 1.0 Type Library")
|
|
]
|
|
|
|
library CERTPOLICYEXCHANGELib
|
|
{
|
|
importlib("stdole2.tlb");
|
|
|
|
[
|
|
uuid(3559684e-5ce8-42f5-a4ec-30978a9286c6),
|
|
helpstring("CertPolicyExchange Class")
|
|
]
|
|
coclass CCertPolicyExchange
|
|
{
|
|
[default] interface ICertPolicy2;
|
|
};
|
|
|
|
[
|
|
uuid(8d1c8428-2f34-471d-9cb7-4ca53b509cbe),
|
|
helpstring("CertManagePolicyModuleExchange Class")
|
|
]
|
|
coclass CCertManagePolicyModuleExchange
|
|
{
|
|
[default] interface ICertManageModule;
|
|
};
|
|
};
|