Points to the HsvSession object for the application in which rules or member lists are being loaded or extracted.
You must call SetSession before calling any of the other HsvRulesLoadACV object’s properties or methods, otherwise an error will occur. |
<HsvRulesLoadACV>.SetSession(pIHsvSessionUnk, lLanguageID)
HsvSession object (ByVal). The HsvSession object that was returned by HsxClient.OpenApplication or HsxClientUI.OpenApplication when the application was opened. For information on HsxClient.OpenApplication, see OpenApplication; for information on HsxClientUI.OpenApplication, see OpenApplication. | |
Long (ByVal). Identifies the language in which any error messages should be displayed. Pass one of the HFMConstants type library constants listed in Supported Language Constants. |
Boolean. Returns TRUE if SetSession succeeds, FALSE otherwise.
SetSession is used in the Example for LoadMemberListRules.