GEV_STATUS GevGetGenICamXML_FileName

(GEV_CAMERA_HANDLE handle, int size,
 char *xmlFileName);

 

Description

 

Returns the full path name of the XML file that was used to create the GenApi::CNodeMapRef object containing the feature tree for the camera.

 

Note: If the XML data is from a string/data buffer, or from the camera but not stored on disk, then the returned file name is blank.

Parameters

 

handle

Handle to the camera.

 

size

Size (in bytes) allocated to hold the full path name of the XML file currently in use.

 

xmlFileName

The full path name of the XML file that is in use.

 

Related Topics

Member Function Descriptions