Description | ||||||||
Get composite tolerance frame | ||||||||
Synopsis | ||||||||
#include <ProGtol.h> | ||||||||
ProError | ProGtolCompositeGet | ( | ||||||
ProGtol* gtol | ||||||||
/* (In) | ||||||||
valid gtol. | ||||||||
*/ | ||||||||
wchar_t*** values | ||||||||
/* (Out) | ||||||||
NULL or ProArray() of value strings. Free it using ProWstringproarrayFree() | ||||||||
*/ | ||||||||
wchar_t*** primary | ||||||||
/* (Out) | ||||||||
NULL or ProArray() of primary strings. Free it using ProWstringproarrayFree() | ||||||||
*/ | ||||||||
wchar_t*** secondary | ||||||||
/* (Out) | ||||||||
NULL or ProArray() of secondary strings. Free it using ProWstringproarrayFree() | ||||||||
*/ | ||||||||
wchar_t*** tertiary | ||||||||
/* (Out) | ||||||||
NULL or ProArray() of tertiary strings. Free it using ProWstringproarrayFree() | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|