CX_SelectItems function

Callback that displays a modal dialog in which the user can select items for a command.

Syntax

typedef int(__stdcall *PF_CX_SelectItems) 
(
   CX_SelectItemsStruct* psi
);

Parameters

psi

Type: CX_SelectItemsStruct*

[out] set of items selected by the user.

Return Value

For a description of return values, see Return Values.

Remarks

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.

Requirements

Header: CX_PlugIn.h

See also: