|
||
SDCInitStruct |
|
|||||||||
Structure |
The SDCInitStruct data type is used by SilverEngine applications to open a SilverScreen command target window. An open and active command target is a necessary precursor to drawing or interacting with the user.
struct SDCInitStruct { HWND hWnd; HDC drawDC; HDC refreshDC; };
|
|
||||||||
Members |
|
|
||||||||
See Also |
|
|||||||||
Header |
silvere.h |
|