Contents

CFURLCreateBookmarkDataFromAliasRecord(_:_:)

Initializes and returns bookmark data derived from an alias record.

Declaration

func CFURLCreateBookmarkDataFromAliasRecord(_ allocatorRef: CFAllocator!, _ aliasRecordDataRef: CFData!) -> Unmanaged<CFData>!

Parameters

  • allocatorRef:

    The allocator to use to allocate memory for the new CFURL object. Pass NULL or Kcfallocatordefault to use the current default allocator.

  • aliasRecordDataRef:

    The alias record.

Return Value

The bookmark data for the alias record.

See Also

Working with Bookmark Data