Return to previous page Return to menu Go to next page

  Title  
Function specifications
  Function  
Conversion from number of sectors to number of words
  Function Name  
STM_SctToWord
No
3.7

  Title  
Function specifications
  Function  
Convert word count to sector count
  Function Name  
STM_WordToSct
No
3.8

  Title  
Function specifications
  Function  
Stream handle alias setting
  Function Name  
STM_SetAlias ​​
No
3.9

      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. 


Return to previous page Return to menu Go to next page