Contents

AEStreamCloseList(_:)

Marks the end of a list of descriptors in an AEStreamRef.

Declaration

func AEStreamCloseList(_ ref: AEStreamRef!) -> OSStatus

Parameters

Return Value

A result code. See Result Codes.

Discussion

Call this function to balance a preceding call to AEStreamOpenList(_:). This function completes the definition of the AEDescList.

See Also

Creating Apple Event Structures Using Streams