short SsSeqOpen (
u_long* addr,
short vab_id
)
|
Arguments
addr |
Pointer to start of SEQ data in main memory |
vab_id |
VAB ID |
Return Value
The SEQ access number is returned if the SEQ data was successfully opened.
-1 is returned if an error occurred.
Explanation
The SEQ data beginning at the area in memory pointed to by addr
and having the specified vab_id is opened and its SEQ access number
is returned.
If an attempt is made to open more than 32 SEQ data groups, the function
fails and a value of -1 is returned.
See Also
SsSeqClose()
|