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