CadGetWindowSize
Returns the size of the host window.
std::int32_t CadGetWindowSize (
void* hWnd,
std::int32_t* pW,
std::int32_t* pH
);
Parameters
- hWnd (void*)
- Host window handle (Win32
HWND, passed as an opaque pointer). - pW (std::int32_t*)
- Caller-supplied output pointer.
- pH (std::int32_t*)
- Caller-supplied output pointer.
Return Value
The size.