API 설명서 > Selection > Object ProSelection > Function ProSelectExternalselectionRecord
Function ProSelectExternalselectionRecord
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:
Synopsis
#include <ProSelection.h>
ProSelectExternalselectionRecord
(
ProSelection selection
/* (In)
Created by an external application.
*/
/* (In)
PRO_SELECT_OVERRIDE for unmodified selection. PRO_SELECT_TOGGLE for CTRL modified selection.
*/
)
Returns
The function successfully placed selection.
One or more of the input arguments are invalid.
Rejected by ProSelect() filters.
User Guide References
도움이 되셨나요?