ICAddProfile

Function ICAddProfile 

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

ยงSafety

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