2025-04-27 07:49:33 -04:00

51 lines
1.1 KiB
Plaintext

//+--------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1996 - 1999
//
// File: certpdef.idl
//
// Contents: IDL source for certpdef
//
//---------------------------------------------------------------------------
import "wtypes.idl";
import "certmod.idl";
import "certpol.idl";
//+--------------------------------------------------------------------------
// certpol Type library
//+--------------------------------------------------------------------------
[
uuid(3a0b7540-c2c8-11d2-b313-00c04f79dc72),
version(1.0),
helpstring("CertPol 1.0 Type Library")
]
library CERTPOLICYLib
{
importlib("stdole2.tlb");
[
uuid(3b6654d0-c2c8-11d2-b313-00c04f79dc72),
helpstring("CertPolicy Class")
]
coclass CCertPolicy
{
[default] interface ICertPolicy2;
};
[
uuid(3bb44360-c2c8-11d2-b313-00c04f79dc72),
helpstring("CertManageModule Class")
]
coclass CCertManagePolicyModule
{
[default] interface ICertManageModule;
};
};