|
||
BOOLEAN sdc_goto( SDC handle )
SDC handle; // A handle to a SilverScreen command target window
|
|
|
Synopsis |
#include "silvere.h"
The sdc_goto function activates a SilverScreen command target window. The active command target is where the SilverScreen CAD engine draws by default, and where user interaction takes place.
|
|
Parameters |
handle is a SilverScreen command target window handle returned by sdc_open |
|
Return Value |
sdc_goto returns TRUE if handle is valid and made active, and FALSE otherwise
|
|
Remarks |
sdc_goto is exclusive to the SilverEngine platform.
While many SilverScreen command target windows can be open, only one may be active at a time. It is the active one in which drawing and prompting takes place.
|
|
See Also |
|
|
Example |
For a SilverEngine example using MFC see the EngineShell sample.
For a SilverEngine example using Win32 see the Win32 sample. |
|