Skip to main content

smbc_getOptionSmbEncryptionLevel

Function smbc_getOptionSmbEncryptionLevel 

Source
pub unsafe extern "C" fn smbc_getOptionSmbEncryptionLevel(
    c: *mut SMBCCTX,
) -> smbc_smb_encrypt_level
Expand description

Returns the SMB encryption policy configured for c.

ยงSafety

c must be a valid native context pointer.