one | Title | Function | Function name | No |
grp | :stream group handle |
fid | :File identifier |
key | :Stream key |
lpread | : Rereading specification during loop playback (StmLoopRead) |
one | Title | Function | Function name | No |
grp | :stream group handle |
frange | : Playback range |
key | :Stream key |
lpread | : Rereading specification during loop playback (StmLoopRead) |
one | Title | Function | Function name | No |
grp | :Stream handle |
fid | :File identifier |
key | :Stream key |
fad | : Transfer start FAD |
one | Title | Function | Function name | No |
one | Title | Function | Function name | No |
stm | :Stream handle |
stmkey | :Stream key |
one | Title | Function | Function name | No |
fid | :File identifier (when opened due to playback range (-1)) |
frange | : Playback range |
bn | :Buffer section number |
stmkey | :Stream key |
one | Title | Function | Function name | No |
stm | :Stream handle |
nsct | : Number of sectors |
If a value larger than the number of sectors being read is specified, the number of words of data being read is returned.
It is also effective when Forms 1 and 2 are mixed.
one | Title | Function | Function name | No |
stm | :Stream handle |
nword | : Number of words |
If a value larger than the number of words of data being read is specified, the number of sectors being read is returned.
It is also effective when Forms 1 and 2 are mixed.
one | Title | Function | Function name | No |
alias | : alias stream handle |
stm | :stream handle to access |
TRUE | : Alias was set. |
FALSE | : Alias could not be set |
Use alias to be able to manipulate the stream specified by stm.
Please specify an open stream for both alias and stm.
To remove an alias, use STM_UnsetAlias.
one | Title | Function | Function name | No |