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.1 KiB
49 lines
1.1 KiB
//+--------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1996 - 1999
|
|
//
|
|
// File: certpsam.idl
|
|
//
|
|
// Contents: IDL source for certpsam
|
|
//
|
|
//---------------------------------------------------------------------------
|
|
|
|
|
|
import "wtypes.idl";
|
|
import "certpol.idl";
|
|
import "certmod.idl";
|
|
|
|
|
|
//+--------------------------------------------------------------------------
|
|
// certpol Type library
|
|
//+--------------------------------------------------------------------------
|
|
|
|
[
|
|
uuid(98a77720-c2c8-11d2-b313-00c04f79dc72),
|
|
version(1.0),
|
|
helpstring("CertPolicySample 1.0 Type Library")
|
|
]
|
|
|
|
library CERTPOLICYSAMPLELib
|
|
{
|
|
importlib("stdole2.tlb");
|
|
|
|
[
|
|
uuid(98f87410-c2c8-11d2-b313-00c04f79dc72),
|
|
helpstring("CertPolicySample Class")
|
|
]
|
|
coclass CCertPolicySample
|
|
{
|
|
[default] interface ICertPolicy2;
|
|
};
|
|
|
|
[
|
|
uuid(98567a30-c2c8-11d2-b313-00c04f79dc72),
|
|
helpstring("CertManagePolicyModuleSample Class")
|
|
]
|
|
coclass CCertManagePolicyModuleSample
|
|
{
|
|
[default] interface ICertManageModule;
|
|
};
|
|
};
|