|
||
void get_version ( SS_VERSION *vrec )
SS_VERSION *vrec; // address of SS_VERSION struct
|
|
|
Synopsis |
#include "silver.h"
The get_version function retrieves version information regarding the current version of SilverScreen, and stores it into the SS_VERSION struct pointed to by vrec .
|
|
Parameters |
vrec is the address of an SS_VERSION struct (defined in silver.h) that is to receive the version information.
|
|
Return Value |
none. |
|
|
|