Filter Library | Camera | Interface Physics |
#include <InterfaceDLL.h>
Type to support the exchange of data between the CameraDLL and the main program.
typedef struct __SpmScanFileName { LPCTSTR lpcsDocumentName; ///< Folder where iv-Document are stored } SPMFILENAME, *LPSPMFILENAME;
Setting Camera parameters, such as the project directory. Used to store additional information (files) in the project directory.
Definition at line 968 of file InterfaceDLL.h.
Public Attributes | |
LPCTSTR | lpcsDocumentName |
Folder where iv-Document are stored. |