Routines for c_scrty.kb


CoreAPIInit

File Name

c_scrty.kb

Syntax

PROCEDURE CoreAPIInit;

Parameters

None

Returns

Nothing

Side Effects

Changes g_systemConfig

Description

This function initializes the COREAPI module by loading the SYSTEM_PROFILE record into memory as well as the available system rights. These values are then stored in global variables for easy access by any knowledgebase.

Dialog Forms Called

scrtycfg.dfc[rightform]

scrtycfg.dfc[rightrequiredform]


RequestSecurityConfig

File Name

c_scrty.kb

Syntax

FUNCTION RequestSecurityConfig ( VAL whdl: WINDOW ): WINDOW;

Parameters

whdl - window in which to create a dialog box.

Returns

Security configuration window

Side Effects

None

Description

This function starts the Security Configuration dialog box and returns its window handle.

Dialog Forms Called

scrtycfg.dfc[security_options]