VIDEO_OA_openNoPermission()
Opens an information window. The window informs about the required authorization level.
Synopsis
void VIDEO_OA_openNoPermission(permKey="");
Parameters
| Parameter | Description | 
|---|---|
| permKey | Authorization level (perm_1 until perm_21, see also VIDEO_OA_getUserPermission) | 
Return Value
None.
Errors
None.
Description
The function opens a warning window with the following content:
                
            
If you pass a valid authorization keyword by using the parameter permKey, the queried function will be shown as additional information in the warning window.
                
            
EXAMPLE
main()
{
  VIDEO_OA_openNoPermission("perm_1");
}
            Assignment
Video functions
Availability
UI, CTRL
