Callback that displays a modal dialog in which the user can select items for a command.
typedef int(__stdcall *PF_CX_SelectItems)
(
CX_SelectItemsStruct* psi
);
psi
Type: CX_SelectItemsStruct*
[out] set of items selected by the user.
For a description of return values, see Return Values.
This is a callback function that the plug-in can use to allow users to select a set of items to perform a command on.
Header: CX_PlugIn.h