TBarCode Library 11  TBarCode Library 11
LPCWSTR _stdcall BCGetOptionsW ( t_BarCode pBarCode,
LPCWSTR  szFilter 
)

Retrieves the option string that contains all applied options.

If operation fails, e.g. if no options that apply to the filter have been found, NULL is returned.

See also:
BCSetOption()
Parameters:
[in,out]pBarCodePointer to barcode structure.
[in]szFilter(not implemented, yet) Filter string to restrict the returned option string. If filter is NULL or empty only a default set of options is returned.
Returns:
The option string or NULL if the operation fails.