CadWndResize
Notifies the CAD window that its host area changed size.
std::int32_t CadWndResize (
void* hWin,
std::int32_t x,
std::int32_t y,
std::int32_t w,
std::int32_t h
);
Parameters
- hWin (void*)
- Host window handle (Win32
HWND, passed as an opaque pointer). - x (std::int32_t)
- Cursor position in client-area pixels.
- y (std::int32_t)
- Cursor position in client-area pixels.
- w (std::int32_t)
- Integer value.
- h (std::int32_t)
- Integer value.
Return Value
Nonzero (TRUE) on success, 0 (FALSE) on failure.