Category Windows and views, Object ProView

Function ProViewNameLineGet


Description
Retrieves the view name
Synopsis
#include <ProView.h>
ProErrorProViewNameLineGet(
ProView p_view
/* (In)
The view handle
*/
ProLine p_name
/* (Out)
The view name
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_GENERAL_ERRORA general error occurred and the function failed.
PRO_TK_E_NOT_FOUNDThe view did not have a name
PRO_TK_NOT_VALIDView with id -1 was passed. This is the default view.

Manual References:

  1. User Interface: Basic Graphics: Storing Named Views
  2. User Interface: Basic Graphics: Storing Named Views