pub unsafe extern "C" fn PXIPM_GetProgramInfo(
exheaderInfo: *mut ExHeader_Info,
programHandle: u64_,
) -> ResultExpand 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.