Arguments and Item Types
Arguments to the subroutines can represent different types of items. Table 1-3 lists some of the most common items and the VOS Pascal data type used for such items.
Table 1-3. Data Types of Most Common Arguments
Item
|
Data Type
|
path names
|
string(256)
|
object names
|
string(32)
|
object identifiers
|
short or integer
|
time intervals:
|
for seconds, or units of 1/1024 of a second
|
integer
|
for units of 1/65,536 of a second (jiffies)
|
|
error codes
|
short
|
switches
|
short
|
|
|