|
||
int sys_ablock ( char *buf )
char *buf; // character buffer to receive annotation block path
|
|
|
Synopsis |
#include "silver.h"
The sys_ablock function copies the full path of the current SilverScreen annotation block into buf .
|
|
Parameters |
buf is a character buffer that is to receive the annotation block path.
|
|
Return Value |
sys_ablock copies the name of the current SilverScreen annotation block into buf and returns 1 if there is a current object, or copies the null string ("") and returns 0 if not.
|
|
See Also |
|