CadWinCreate
Binds a host-owned window to the drawing — the second integration mode: the host keeps its window and message loop, forwards each message to CadWin*, and yucad renders offscreen OpenGL into the window's DC.
void CadWinCreate (
YuHandle hDwg,
void* hWin
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - hWin (void*)
- Host window handle (Win32
HWND, passed as an opaque pointer).
Return Value
None.