Home
StartEnumeration (MQLONG) – input
Flag indicating whether call should start enumeration.
This indicates whether the call should start the enumeration of authority data, or continue the enumeration of authority data started by a previous call to MQZ_ENUMERATE_AUTHORITY_DATA. The value is one of the following:
- MQZSE_START
- Start enumeration.
The call is invoked with this value to start the enumeration of authority data. The Filter parameter specifies the selection criteria to be used to select the authority data returned by this and successive calls.
- MQZSE_CONTINUE
- Continue enumeration.
The call is invoked with this value to continue the enumeration of authority data. The Filter parameter is ignored in this case, and can be specified as the null pointer (the selection criteria are determined by the Filter parameter specified by the call that had StartEnumeration set to MQZSE_START).
Parent topic:
Parameters
fa17380_
Home