Filter Library | Camera | Interface Physics |
#include <InterfaceDLL.h>
Type to support the exchange of data between the CameraDLL and the main program.
typedef struct __SpmCameraParameters { LPCTSTR lpcsDocumentPath; ///< Suggested document name (can be NULL) } SPMCAMERAPARAMETERS, *LPCAMERAPARAMETERS;
Setting Camera parameters, such as the project directory. Used to store additional information (files) in the project directory.
Definition at line 1025 of file InterfaceDLL.h.
Public Attributes | |
LPCTSTR | lpcsDocumentPath |
Project directory. |