|
Description |
Read/write access level |
|
Old Name |
#define _rw_access app_rw_access |
|
Syntax |
int app_rw_access; |
|
Remarks |
The app_rw_access variable indicates the read write access used in database accesses. This variable is not initialised until trm_read_user(), or a function that calls trm_read_user(), is called. You can also initialise the variable by called trm_get_access(). At one time this was done for you prior to the call to init(). This has not been the case since at lease release 4.515. |