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.
50 lines
1.1 KiB
50 lines
1.1 KiB
//+--------------------------------------------------------------------------
|
|
//
|
|
// 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;
|
|
};
|
|
|
|
};
|