ICertPolicy2::GetManageModule method (certpol.h)

The GetManageModule method retrieves the ICertManageModule interface associated with the ICertPolicy2 interface by calling GetManageModule and passing in the address of a pointer to an ICertManageModule.

Syntax

HRESULT GetManageModule(
  [out] ICertManageModule **ppManageModule
);

Parameters

[out] ppManageModule

Pointer to the ICertManageModule interface associated with the ICertPolicy2 interface.

Return value

C++

The return value is an HRESULT. A value of S_OK indicates the method was successful.

VB

The return value is a Variant containing the ICertManageModule interface associated with the ICertPolicy2 interface.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header certpol.h (include Certsrv.h)
Library Certidl.lib

See also

CCertPolicy

ICertPolicy2