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