Skip to main content

CFWriteStreamCopyProperty

Function CFWriteStreamCopyProperty 

Source
pub extern "C-unwind" fn CFWriteStreamCopyProperty(
    stream: &CFWriteStream,
    property_name: Option<&CFStreamPropertyKey>,
) -> Option<CFRetained<CFType>>
👎Deprecated:

renamed to CFWriteStream::property

Available on crate feature CFStream only.