Japanese
PROGRAMMER'S GUIDEStream system library
BackForward
stream system library

7.Function specification-5


7.5 Obtain loading information


 one
View
table
 Title

function specification

 Function

Obtaining the number of sectors in the CD buffer partition

 Function name

STM_GetNumCdbuf

 No

5.1

Format
Sint32 STM_GetNumCdbuf(StmHn stm)
input
stm: stream handle
output
none
function value
Number of sectors in CD buffer partition
function
Gets the number of sectors read into the CD buffer partition.

 one
View
table
 Title

function specification

 Function

Obtain read sector information

 Function name

STM_GetSctInfo

 No

5.2

Format
Bool STM_GetSctInfo(StmHn stm, Sint32 spos, StmSct *sinfo)
input
 stm
 :Stream handle
 spos
 : Sector position (first sector is STM_CDBUF_TOP)
output
sinfo: Sector information
function value
 TRUE
 : There is a specified sector
 FALSE
 : There is no specified sector
function
Get information about sectors read into the CD buffer partition.

BackForward
PROGRAMMER'S GUIDEStream system library
Copyright SEGA ENTERPRISES, LTD., 1997