PEParameterPickListOption

PEParameterPickListOption contains information related to parameter sort methods.

C Syntax
typedef struct PEParameterPickListOption {
        WORD StructSize;
        short showDescOnly;
        short sortMethod;
        short sortBasedOnDesc;
} PEParameterPickListOption;
Members

StructSize

Specifies the size of the PEParameterFieldInfo structure. Initialize this member to PE_SIZEOF_PICK_LIST_OPTION.

showDescOnly

Boolean, or PE_UNCHANGED for no change.

sortMethod

Use one of thePE_OR_XXX Sort Method Constants, or PE_UNCHANGED for no change.

sortBasedOnDesc

Boolean, or PE_UNCHANGED for no change.

VB Type Listing
Type PEParameterPickListOption
StructSize As Integer
showDescOnly As Integer
sortMethod As Integer
sortBasedOnDesc As Integer
End Type
Delphi Record Listing
type
PEParameterPickListOption = record
StructSize : Word;
showDescOnly : Smallint;
sortMethod : Smallint;
sortBasedOnDesc : Smallint;
end;


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com