CadPutWindow
Sets the value of the host window.
void CadPutWindow (
YuHandle hDwg,
void* hWnd
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - hWnd (void*)
- Host window handle (Win32
HWND, passed as an opaque pointer).
Return Value
None.