pub unsafe extern "C" fn spinImageGetStatus(
hImage: spinImage,
pStatus: *mut spinImageStatus,
) -> spinErrorExpand description
Retrieves the image status of an image @see spinError
@param hImage The image to be saved @param pStatus The status enum pointer in which the image status is returned
@return spinError The error code; returns SPINNAKER_ERR_SUCCESS (or 0) for no error