forward
zpn_user_frozen_pre
Syntax
forward zpn_user_frozen_pre(const this);
Description
Called before a client is frozen.
Parameters
| this | Client index |
|---|
Return
ZPN_RETURN_CONTINUE to allow the freeze
ZPN_RETURN_HANDLED or higher to block it
forward
forward zpn_user_frozen_pre(const this);
Called before a client is frozen.
| this | Client index |
|---|
ZPN_RETURN_CONTINUE to allow the freeze
ZPN_RETURN_HANDLED or higher to block it