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
CFURLobject. PassNULLor Kcfallocatordefault to use the current default allocator. - aliasRecordDataRef:
The alias record.
Return Value
The bookmark data for the alias record.