![]() | Download Help (Windows Only) |
The ATML TD translator calls the PostTranslateStep callback after translating each <Step> element.
Use the PostTranslateStep callback to change properties other than post actions of the step and deallocate resources the PreTranslateStep callback allocated.
The following figure shows the controls and indicators connected to the VI connector pane.
HRESULT __stdcall CodeGenerator_PostTranslateStep(
IDispatch * translatorCodeGen,
IDispatch * step,
IDispatch * domNode,
long* errorCode,
BSTR* errorDescription )
extern "C" HRESULT __stdcall CodeGenerator_PostTranslateStep(
TranslatorCodeGenerator* translatorCodeGen,
TS::Step* step,
MSXML2::IXMLDOMNode* domNode,
long* errorCode,
BSTR* errorDescription )
Creating a DLL for a LabWindows/CVI Custom Code Generator
Creating a VI for a LabVIEW Custom Code Generator
Example LabVIEW Custom Code Generator VIs
Recommended LabWindows/CVI Function Prototypes
Recommended Microsoft Visual C++ Function Prototypes
Helpful
Not Helpful