How get Advantage Database Server installed license count in Delphi Code -


i able number of installed user licenses advantage database server instance in code using delphi. have found function lets me installed version, ie. ace.adsmggetinstallinfo(dm.adsconnection1.handle,@stinstallinfo,@ussize);, not lets me check license count.

the ace.adsmggetinstallinfo api call mentioned should correct call.

after call appropriate info in ads_mgmt_install_info structure (@stinstallinfo in example). field you're looking unsigned32 called ulmaxstatefulusers.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -