<< Click to Display Table of Contents >> GetCultures |
Gets the list of supported cultures filtered by the specified CultureTypes parameter.
types - A bitwise combination of the enumeration values that filter the cultures to retrieve.
pQ - A queue that contains the cultures specified by the types parameter. The queue of cultures is unsorted.
pNameFld - A queue field number to store culture name.
pDisplayNameFld - A queue field number to store culture display name.
GetCultures PROCEDURE(CultureTypeEnum types, *QUEUE pQ, SIGNED pNameFld = 1, <SIGNED pDisplayNameFld>)