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_refmust be a valid pointer.datemust be a valid pointer.