pub unsafe extern "C" fn spinImageGetChunkLayoutID(
hImage: spinImage,
pId: *mut u64,
) -> spinErrorExpand description
Retrieves the chunk layout ID of an image @see spinError
@param hImage The image to be saved @param pId The unsigned integer pointer in which the chunk layout ID is returned
@return spinError The error code; returns SPINNAKER_ERR_SUCCESS (or 0) for no error