Uses of Class
FRAMES2API.SystemDev.ByReferenceInteger

Packages that use SystemDev.ByReferenceInteger
FRAMES2API   
 

Uses of SystemDev.ByReferenceInteger in FRAMES2API
 

Methods in FRAMES2API with parameters of type SystemDev.ByReferenceInteger
 int SystemDev.DictionaryCount(int PID, SystemDev.ByReferenceInteger count)
          Documentation for: DictionaryCount Get the count of all dictionaries in registry.
 int SystemDev.GetClassCount(int PID, java.lang.String domainName, SystemDev.ByReferenceInteger count)
          Documentation for: GetClassCount Get the number of classes in a domain.
 int SystemDev.GetDicPrivilege(int PID, java.lang.String dictionary, SystemDev.ByReferenceInteger privilege)
          Documentation for: GetDicPrivilege Get the privilege of a dictionary.
 int SystemDev.GetDicUpdate(int PID, java.lang.String dictionary, SystemDev.ByReferenceInteger update)
          Documentation for: GetDicUpdate If the state of a dictionary has changed then update flag will be non-zero.
 int SystemDev.GetDicVersion(int PID, java.lang.String dictionary, SystemDev.ByReferenceInteger version)
          Documentation for: GetDicVersion Get the version of a dictionary.
 int SystemDev.GetDomainCount(int PID, SystemDev.ByReferenceInteger count)
          Documentation for: GetDomainCount Get the number of domains in the registery.
 int SystemDev.GetGroupCount(int PID, java.lang.String domainName, java.lang.String className, SystemDev.ByReferenceInteger count)
          Documentation for: GetGroupCount Get the number of groups in a class, and domain.
 int SystemDev.GetGroupModCount(int PID, java.lang.String domainName, java.lang.String className, java.lang.String group, SystemDev.ByReferenceInteger count)
          Documentation for: GetGroupModCount Get the number of modules at the group level for a group, class, and domain.
 int SystemDev.GetModDimSize(int PID, java.lang.String id, java.lang.String variable, int[] indices, SystemDev.ByReferenceInteger count)
          Documentation for: GetModDimSize Get the dimension size for the dataset information about modules.
 int SystemDev.GetModInteger(int PID, java.lang.String id, java.lang.String variable, java.lang.String unit, int[] indices, SystemDev.ByReferenceInteger value)
          Documentation for: GetModInteger Get an integer from meta data about a module.
 int SystemDev.GetModLogical(int PID, java.lang.String id, java.lang.String variable, java.lang.String unit, int[] indices, SystemDev.ByReferenceInteger value)
          Documentation for: GetModLogical Get an integer from meta data about a module.
 int SystemDev.GetSubGrpCount(int PID, java.lang.String domainName, java.lang.String className, java.lang.String group, SystemDev.ByReferenceInteger count)
          Documentation for: GetSubGrpCount Get the number of subgroups in a group, class and domain.The GetSubGrpCount function call is made with a process id, a domain name string, a class name string, and a group name string as input, and an empty count integer to output a count of all subgroups in a domain, class, and group.
 int SystemDev.GetSubGrpModCount(int PID, java.lang.String domainName, java.lang.String className, java.lang.String group, java.lang.String subgroup, SystemDev.ByReferenceInteger count)
          Documentation for: GetSubGrpModCount Get the number of modules at the subgroup level for a subgroup, group, class, and domain.
 int SystemDev.GetVarCount(int PID, java.lang.String dictionary, SystemDev.ByReferenceInteger count)
          Documentation for: GetVarCount Gets the varible count of a dictionary.
 int SystemDev.GetVarIndexCount(int PID, java.lang.String dictionary, java.lang.String variable, SystemDev.ByReferenceInteger count)
          Documentation for: GetVarIndexCount Get the count of indices for a variable.
 int SystemDev.ModuleCount(int PID, SystemDev.ByReferenceInteger count)
          Documentation for: ModuleCount Get the count of all modules in registry.
 int SystemDev.SchemeCount(int PID, java.lang.String module, SystemDev.ByReferenceInteger count)
          Documentation for: SchemeCount Get the number of the schemes for a module.
 int SystemDev.SchemeIDicCount(int PID, java.lang.String module, java.lang.String scheme, SystemDev.ByReferenceInteger count)
          Documentation for: SchemeIDicCount Get the number of input dictionaries associated with a scheme for a module.
 int SystemDev.SchemeODicCount(int PID, java.lang.String module, java.lang.String scheme, SystemDev.ByReferenceInteger count)
          Documentation for: SchemeODicCount Get the number of output dictionaries associated with a scheme for a module.