PEParameterPickListOption contains information related to parameter sort methods.
typedef struct PEParameterPickListOption {
WORD StructSize;
short showDescOnly;
short sortMethod;
short sortBasedOnDesc;
} PEParameterPickListOption;
Specifies the size of the PEParameterFieldInfo structure. Initialize this member to PE_SIZEOF_PICK_LIST_OPTION. | |
Use one of thePE_OR_XXX Sort Method Constants, or PE_UNCHANGED for no change. | |
Type PEParameterPickListOption
StructSize As Integer
showDescOnly As Integer
sortMethod As Integer
sortBasedOnDesc As Integer
End Type
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 |