Category Selection, Object ProSelection

Function ProSelectionWindowIdGet


Description
Retrieves the window id in which selection was made.
Replacement in Object TOOLKIT: wfcWSelection::GetWindow
Synopsis
#include <ProSelection.h>
ProErrorProSelectionWindowIdGet(
ProSelection selection
/* (In)
The selection object
*/
int* window_id
/* (Out)
The window id
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe selection or depth is NULL.
PRO_TK_INVALID_PTRThe selection argument is an invalid pointer.

Manual References:

  1. User Interface: Selection: The Selection Object

Sample Code References:

  1. pt_examples ( TestSelect.c )