NAME
CSSM_HRS_EnableEvents, HRS_EnableEvents — Enables the events from the attached HRS service provider
in the current process
SYNOPSIS
#include <hrs.h>
API
CSSM_RETURN CSSMAPI CSSM_HRS_EnableEvents (CSSM_HRS_HANDLE ModuleHandle, CSSM_HRS_MODULE_EVENT_MASK *Events);
|
SPI
CSSM_RETURN CSSMHRI HRS_EnableEvents (CSSM_HRS_HANDLE ModuleHandle, CSSM_HRS_MODULE_EVENT_MASK *Events);
|
LIBRARY
HRS Extensible Module Manager (cdsa$inhrsemm_shr.exe)
PARAMETERS
The parameter definitions are the same for the API and the
SPI.
ModuleHandle (input) | | The handle of the attached HRS service provider. |
Events (input) | | A pointer to a mask indicating
which events to enable. |
DESCRIPTION
This function enables the events (indicated by the Events
mask) from the attached HRS service provider in the current process.
All other events from this HRS service provider are disabled for
this process.
RETURN
VALUE
A CSSM_RETURN value indicating success
or specifying a particular error condition. The value CSSM_OK indicates
success. All other values represent an error condition.
ERRORS
Errors are described in the CDSA Technical Standard.
CSSMERR_CSSM_NOT_INITIALIZED
CSSMERR_CSSM_FUNCTION_FAILED
CSSMERR_CSSM_FUNCTION_NOT_IMPLEMENTED
CSSMERR_CSSM_FUNCTION_INTEGRITY_FAIL