SecureDownloadCopyCreationDate

Function SecureDownloadCopyCreationDate 

Source
pub unsafe extern "C-unwind" fn SecureDownloadCopyCreationDate(
    download_ref: SecureDownloadRef,
    date: *mut *const CFDate,
) -> i32
๐Ÿ‘ŽDeprecated: SecureDownload is not supported
Available on crate feature SecureDownload only.
Expand description

Return the date the downlooad ticket was created.

Parameter downloadRef: A SecureDownloadRef instance.

Returns: A result code.

ยงSafety

  • download_ref must be a valid pointer.
  • date must be a valid pointer.