pub unsafe extern "C" fn PXIPM_RegisterProgram(
    programHandle: *mut u64_,
    programInfo: *const FS_ProgramInfo,
    updateInfo: *const FS_ProgramInfo
) -> Result
Expand description

Loads a program and registers it to Process9.

§Arguments

  • programHandle[out] - Pointer to the output the program handle to.
  • programInfo - Information about the program to load.
  • updateInfo - Information about the program update to load.