ICertExit2::GetManageModule method (certexit.h)
The GetManageModule method retrieves the ICertManageModule interface associated with the ICertExit2 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 ICertExit2 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 ICertExit2 interface.Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | certexit.h (include Certsrv.h) |