Description | |||||||||||
Places external selection into ProSelect() buffer. Together with ProSelectExternalhighlightRegister() provides interaction between external application media like a tree and ProSelect(). Upon an object selection in their media, applications should create ProSelection and use ProSelectExternalselectionRecord to pass it to ProSelect(). | |||||||||||
Replacement in Object TOOLKIT: | wfcWSelection::RecordExternalSelection | ||||||||||
Synopsis | |||||||||||
#include <ProSelection.h> | |||||||||||
ProError | ProSelectExternalselectionRecord | ( | |||||||||
ProSelection selection | |||||||||||
/* (In) | |||||||||||
Created by an external application. | |||||||||||
*/ | |||||||||||
ProSelectRecordAction action | |||||||||||
/* (In) | |||||||||||
PRO_SELECT_OVERRIDE for unmodified selection. PRO_SELECT_TOGGLE for CTRL modified selection. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|