ICGetCurrentProfile

Function ICGetCurrentProfile 

Source
pub unsafe extern "C-unwind" fn ICGetCurrentProfile(
    inst: ICInstance,
    current_id: *mut ICProfileID,
) -> u32
๐Ÿ‘ŽDeprecated
Available on crate feature InternetConfig only.
Expand description

ยงSafety

  • inst must be a valid pointer.
  • current_id must be a valid pointer.