Contents

AEStreamCloseRecord(_:)

Marks the end of a record in an AEStreamRef.

Declaration

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

Parameters

Return Value

A result code. See Result Codes.

Discussion

Call this function to balance a preceding call to AEStreamOpenRecord(_:_:). This function completes the definition of the Apple event record.

See Also

Creating Apple Event Structures Using Streams