ISmartCodeVNCViewer::ServerDimension Event
Fired when control has received a dimension of remote server screen.
Syntax
HRESULT ServerDimension(long nWidth, long nHeight);
Parameters
- nWidth
- long that specifies width of remote server screen.
- nHeight
- long that specifies height of remote server screen.
Return Value
Returns S_OK if successful, or an error value otherwise.