|
||
void get_window_info ( SS_WINDOW_INFO *w_info )
SS_WINDOW_INFO *w_info; // A pointer to an SS_WINDOW_INFO data type
|
|
|||
Synopsis |
#include "silver.h"
The get_window_info function retrieves properties from the current window and places them in w_info.
|
|
||
Parameters |
w_info is a pointer to an SS_WINDOW_INFO data type that receives the window information
|
|
||
Return Value |
none
|
|
||
See Also |
|
|
||
Example |
The following code retrieves information about the current window and displays the background color:
|
|