SYNTAX:
xpxSetInternalData (qualifiedName : STRING; userName, password : STRING; options : INTEGER, dataValue : GENERIC) status : INTEGER;
To be completed.
The xpxSetInternalData function sets
The arguments for the function are:
...
Argument::
...
Description:
...
qualifiedName
...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxSetInternalData (qualifiedName : STRING;
userName, password : STRING;
options : INTEGER,
dataValue : GENERIC)
status : INTEGER;
|
Use this function to ....
Arguments
...
Type | Name | Comment |
STRING | qualifiedName |
|
STRING | userName | Name of an existing EDMuser account in the actual EDMdatabase. EDMuser account names are case insensitive. |
STRING | password | The password for the EDMuser specified by the <userName> argument. Initially an EDMuser is created without any password. A password can be changed by the xpxChangePassword or xpxDefinePassword function. |
INTEGER | options | Specifies the options to be used in the invocation of the xpxSetInternalData function. The <condition> value can be specified as a bitwise OR between the actual options to enable. All option names are defined on the header file sdai.h |
GENERIC | dataValue |
|
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Option | Comment |
XPXOption | comment |
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
This function is equivalent to the EDMinterface function edmiSetInternalDataBN.
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|