Error 16111

Severity

10

Message text

SRV_PROC passed to %1! is not a Client thread.

Explanation

srv_regnowatch(), srv_regwatch(), srv_regwatchlist(), or srv_sendinfo() has received an SRV_PROC parameter that is not SRV_TCLIENT.

Action

Use srv_thread_props(SRV_T_TYPE) to retrieve the SRV_PROC thread type. Thread type must be SRV_TCLIENT.

Additional information

Symbolic constant: SRV_EPNOTCLIENT