Initializes and returns bookmark data derived from an alias record.
SDK
- macOS 10.6+
Framework
- Core Foundation
Declaration
func CFURLCreateBookmarkDataFromAliasRecord(_ allocatorRef: CFAllocator!, _ aliasRecordDataRef: CFData!) -> Unmanaged<CFData>!
Parameters
allocatorRef
The allocator to use to allocate memory for the new
CFURL
object. PassNULL
ork
to use the current default allocator.CFAllocator Default aliasRecordDataRef
The alias record.
Return Value
The bookmark data for the alias record.