pub unsafe extern "C" fn PXIPM_GetProgramInfo(
    exheaderInfo: *mut ExHeader_Info,
    programHandle: u64_
) -> Result
Expand description

Retrives the exheader information set(s) (SCI+ACI) about a program.

§Arguments

  • exheaderInfos[out] - Pointer to the output exheader information set.
  • programHandle - The program handle.