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