ISmartCodeVNCViewer::ScreenHeight Property
Retrieves height of remote screen.
Syntax
HRESULT ISmartCodeVNCViewer::get_ScreenHeight(long* pnScreenHeight);
Parameters
- pnScreenHeight
- Pointer to a variable of type long that receives height of remote screen.
Return Value
Returns S_OK if successful, or an error value otherwise.