...
1 | Type | Name | Comment |
2 | SdaiServerContext | serverContextId | Context identification, from edmiDefineServerContext |
3 | SdaiAppInstance | currInst | A numeric instanceID that uniquely identifies the application instance to be validated in the remote _EDMdatabase{_}.remote EDMdatabase |
4 | SdaiVersion | version | The version of the edmModel for which to apply this operation. A zero value means the current version. |
5 | SdaiString | diagnosticFile | The name of the file that will receive any diagnostic information generated by this function. A NULL or empty string value will send the diagnostic information to the _the EDMinterface _ current output device. |
6 | SdaiInteger | nFileMappings | Currently not used. |
7 | SdaiFileMapping | fileMapping | Currently not used. |
8 | SdaiInteger | options | See description of available options below. |
9 | SdaiString | remoteRuleSchemaName | The name of the EDMruleSchema to use for the validation. Rule schema names are case insensitive. If this argument is NULL or an empty string, the instance will be validated against the rules and constraints defined in the models underlying Express Schema. |
10 | SdaiLogDescription | logDescription | An SdaiLogDescription structure containing the specifications for the logging of the validation process. |
11 | SdaiInteger | numberOfParameters | The number of parameters in the <parameters> argument. |
12 | SdaiSelect | parameters | Buffer of pointers to locally allocated tSdaiSelect structures. Each tSdaiSelect structure defines the type and value of an input parameter to the validation process. |
13 | SdaiSelect | userReturnedValue | Pointer to a locally allocated tSdaiSelect structure that may be used by the global rule to communicate a user defined status with the calling application. |
14 | SdaiInteger | warnings | A variable that will receive the number of warnings encountered in the validation process. |
15 | SdaiInteger | errors | A variable that will receive the number of errors encountered in the validation process. |
16 | SdaiInvocationId | edmiInvocationId | Currently not used. |
...