yucad3d

CadWinDestroy

Unbinds the host-owned window (call from WM_DESTROY).

void CadWinDestroy ( 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.

See Also