Specify an array type for storing or extracting descriptor lists with the AEPut
and AEGet
functions.
SDKs
- macOS 10.0+
- Mac Catalyst 13.0+
Framework
- Core Services
Declaration
enum : unsigned int {
...
};
Overview
When your application calls the AEPut
function to put information into a descriptor list or the AEGet
function to get information from a descriptor list, it uses an array to store the information. The type of array depends on the data for the array, as specified by one of these constants.
Array items in Apple event arrays of type k
, k
, or k
must be factored—that is, contained in a factored descriptor list. For more information, see AEPut
.