Title | Function | Function Name | No |
format Sint32 STM_SctToWord (StmHn stm, Sint32 nsct) Input stm: Stream handle nsct: Number of sectors Output None Function value Number of words corresponding to the specified number of sectors. In case of error, the error code. Function Number of words for the specified sector from the beginning of the data read into the CD buffer section Get . Remarks (a) If a value greater than the number of sectors being read is specified, it will be read Returns the number of data words in . (b) It is also effective when Forms 1 and 2 are mixed.
Title | Function | Function Name | No |
format Sint32 STM_WordToSct (StmHn stm, Sint32 nword) Input stm: Stream handle nword: number of words Output None Function value Number of sectors corresponding to the specified number of words. In case of error, the error code. Function Number of sectors for the specified word from the beginning of the data read into the CD buffer section Get . Remarks (a) If a value greater than the number of words in the data being read is specified, Returns the number of incorporated sectors. (b) It is also effective when Forms 1 and 2 are mixed.
Title | Function | Function Name | No |
format Bool STM_SetAlias (StmHn alias, StmHn stm) Input alias: alias stream handle stm: Stream handle to access Output None Function value TRUE: Alias was set FALSE: The alias could not be set Function Add alias name to stream handle stm. Remarks (a) Use alias to enable operation of the stream specified by stm. : (b) Specify an open stream for both alias and stm. (c) Use STM_UnsetAlias to cancel the alias.