ERXGetBrokerSecurity

Get the current setting of broker kernel security value.

Syntax

extern ERXeReturnCode ERXAPI ERXGetBrokerSecurity(
       char                  * pKernelSecurity
);

With this function you retrieve the current settings for security set by a previously issued ERXSetBrokerSecurity function call maintained internally by the RPC C runtime on a per-thread basis. See Using EntireX Security .

For information on the messages, see Messages and codes.

Parameters

pKernelSecurity

in

Return codes

Table 1. Return codes
Value Meaning
00000000 ERX_S_SUCCESS
00010008 ERX_E_NOT_REGISTERED

Related function: ERXSetBrokerSecurity