|
||
BOOLEAN sdc_close( SDC handle );
SDC handle; // A handle to a SilverScreen command target window
|
|
|
Synopsis |
#include "silvere.h"
The sdc_close function closes the SilverScreen command target window.
|
|
Parameters |
handle is a SilverScreen command target window handle returned by sdc_open
|
|
Return Value |
sdc_close returns TRUE if the handle is valid and the SilverScreen command target window was closed, and FALSE otherwise.
|
|
Remarks |
sdc_close is exclusive to the SilverEngine platform.
The Win32 window that may be associated with the command target is not destroyed by this function. The association which allows the window to function as a SilverScreen command target window is simply severed.
|
|
See Also |
|
|
Example |
For a SilverEngine example using MFC see the EngineShell sample.
For a SilverEngine example using Win32 see the Win32 sample. |
|