Guardian Programming Reference Summary for C

Functions Summary (A-C)
Guardian Programming Reference Summary for C522630-001
4-5
ALLOCATESEGMENT
(superseded by SEGMENT_ALLOCATE_) Allocates a selectable extended data
segment for use by the calling process. It can also be used to share selectable extended
data segments or flat extended data segments allocated by other processes.
This procedure does not have C syntax, because it is superseded and should not be used
for new development. This procedure is supported only for compatibility with previous
software.
ALTER
(superseded by FILE_ALTERLIST_ ) Changes disk file characteristics that cannot
ordinarily be changed while the file is open. This procedure operates only on Guardian
objects.
This procedure does not have C syntax, because it is superseded and should not be used
for new development. This procedure is supported only for compatibility with previous
software.
ALTERPRIORITY
(superseded by PROCESS_SETINFO_) Is used to change the execution priority of a
process or process pair.
This procedure does not have C syntax, because it is superseded and should not be used
for new development. This procedure is supported only for compatibility with previous
software.
ARMTRAP
(superseded by SIGACTION_INIT_) Specifies a location within the application
program where execution begins if a trap occurs.
This procedure does not have C syntax, because it is superseded and should not be used
for new development. This procedure is supported only for compatibility with previous
software.