cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
knesmith
Level 2

Get VENDOR_STRING from License

I am using the C version of FlexPublisher. How do I get the VENDOR_STRING from the license file?
Labels (1)
0 Kudos
(1) Reply
raffie
Level 6

Fist get a pointer to the CONFIG structure using lc_auth_data or lc_get_config. The lc_vendor_def field of that structure is the vendor string.

Eric
0 Kudos