BOOL fOK;
int iSession;
iSession = LceGetSessionId();
fOK = LceUsePartition(iSession, "DEM");
fOK = LceUseLanguage(iSession, "FRA");
fOK = LceOpenSession(iSession);
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 2 Current »
BOOL fOK;
int iSession;
iSession = LceGetSessionId();
fOK = LceUsePartition(iSession, "DEM");
fOK = LceUseLanguage(iSession, "FRA");
fOK = LceOpenSession(iSession);
Copyright © 2004-2026 IDERA, Inc.