Sound Function - Memory Block Transfer Function

sdMemBlkGetStat

Checks the status of a Memory Block handle

FORMAT

SDE_ERR sdMemBlkGetStat( handle, *stat )
SDMEMBLK handle
SDE_MEMBLK_STAT *stat

PARAMETER

 handle  Memory Block handle 
 stat  Pointer to the resulting block status data 

RETURN

 SDE_ERR_NO_INIT  The Sound Library has not been initialized 
 SDE_ERR_HANDLE_NULL  The handle was NULL 
 SDE_ERR_HANDLE_ILLEGAL_VALUE  An illegal address was specified for the handle 

DESCRIPTION

Checks the status of the Memory Block handle.

The argument stat that stores results returns the following values.

 SDE_MEMBLK_STAT_TRANSFER_REMAIN  Memory block transfer remaining 
 SDE_MEMBLK_STAT_TRANSFER_FINISHED  Memory block transfer finished 
 SDE_MEMBLK_STAT_TRANSFER_PROGRESS   Memory Block Transfer API 


sdMemBlkGetStat
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999