Technical manual CIB jsMerge
Technical Interface
CibJsMergeJobSetPropertyW
unsigned int CibJsMergeJobSetPropertyW( CibJsMergeJobHandle a_Handle, const wchar_t* a_Name, const wchar_t* a_Value );
This function allows setting additional properties for a merge run. The names and values are expected to be zero terminated wide strings.
Type |
Variable |
Description |
CibJsMergeJobHandle |
a_Handle |
Handle of the job that this property refers to |
wchar_t* |
a_Name |
Name of the property that is to be set |
wchar_t* |
a_Value |
Value of the property that is to be set |