CadWinHScroll
Forwards WM_HSCROLL from the host-owned window.
void CadWinHScroll (
YuHandle hDwg,
void* hWin,
std::int32_t SBCode,
std::int32_t Pos
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - hWin (void*)
- Host window handle (Win32
HWND, passed as an opaque pointer). - SBCode (std::int32_t)
- Scroll-bar action code (
SB_*from the WM_H/VSCROLL message). - Pos (std::int32_t)
- Integer value.
Return Value
None.