spinImageGetChunkLayoutID

Function spinImageGetChunkLayoutID 

Source
pub unsafe extern "C" fn spinImageGetChunkLayoutID(
    hImage: spinImage,
    pId: *mut u64,
) -> spinError
Expand 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