PluginManagement

 maintains internal plugin management under the following key:
capamsc141
Privileged Access Manager
 maintains internal plugin management under the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\ComputerAssociates\AccessControl\Instrumentation\PluginManagement
The PluginManagement key contains the following registry entries:
  • Active
    Internal use only and not changeable.
    Specifies whether cainstrm.dll is active (1).
    Type:
     REG_DWORD
    Default:
  • Altitude
    Internal use only and not changeable.
    Defines the order to load the plug-in.
    Type: 
    REG_DWORD
  • ApplyOnDLL
    Internal use only and not changeable.
    Defines the DLL names (modules) to load the plug-in.
    Type:
     REG_MULTI_SZ
  • ApplyOnProcess
    Internal use only and not changeable.
    Specifies a list of processes on which cainstrm.dll is loaded/applied.
    If the list is empty then cainstrm.dll is applied on all processes not listed in ExcludeProcess.
    If the list is not empty then cainstrm.dll is applied on the listed processes only and ignores processes listed in ExcludeProcess.
    Type:
     REG_MULTI_SZ
    By default, this token is not set (instrumentation applies to any process).
  • ExcludeProcess
    Internal use only and not changeable.
    Specifies a list of processes to which instrumentation does 
    not 
    apply.
    This entry is valid only if ApplyOnProcess is not set.
    Type:
     REG_MULTI_SZ
    By default, this token is not set. 
  • LoadLibraryA
    Internal use only and not changeable.
    Type:
     REG_DWORD
  • LoadLibraryExA
    Internal use only and not changeable.
    Type:
     REG_DWORD
  • LoadLibraryExW
    Internal use only and not changeable.
    Type:
     REG_DWORD
  • LoadLibraryW
    Internal use only and not changeable.
    Type:
     REG_DWORD
  • OperationMode
    Internal use only and not changeable.
    Specifies whether cainstrm.dll loads plug-ins (1) or not (0). .
    Type:
     REG_DWORD
    Default:
    1
  • PluginName
    Internal use only and not changeable.
    Defines the name of the Dynamic Link Library (DLL) for the plug-in.
    Type:
     REG_SZ
  • ProcessCommandArguments
    Internal use only and not changeable.
    Type:
     REG_DWORD
The PluginManagement registry entries are for internal use only. Do not change their value.