Technical manual CIB jsMerge
Technical Interface
CibJsMergeJobGetPropertyW
unsigned int CibJsMergeJobGetPropertyW( CibJsMergeJobHandle a_Handle, const wchar_t* a_Name, wchar_t* a_Value, size_t a_MaxLength );
This function returns the property values that are currently set. The returned names and values are 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 whose Value is to be returned |
wchar_t* |
a_Value |
The property’s value that is currently set |
size_t |
a_MaxLength |
Maximum buffer length |