Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1TypeNameComment
2SdaiServerContext

serverContextId

Context identification, from edmiDefineServerContext

3SdaiAppInstance

currInst

A numeric instanceID that uniquely identifies the application instance to be validated in the remote _EDMdatabase{_}.remote  EDMdatabase

4SdaiVersion

version

The version of the edmModel for which to apply this operation. A zero value means the current version.

5SdaiString

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.

6SdaiInteger

nFileMappings

Currently not used.

7SdaiFileMapping

fileMapping

Currently not used.

8SdaiInteger

options

See description of available options below.
  Options may be joined by using the bitwise OR operator.

9SdaiString

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.

10SdaiLogDescription

logDescription

An SdaiLogDescription structure containing the specifications for the logging of the validation process.

11SdaiInteger

numberOfParameters

The number of parameters in the <parameters> argument.

12SdaiSelect

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.

13SdaiSelect

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.

14SdaiInteger

warnings

A variable that will receive the number of warnings encountered in the validation process.

15SdaiInteger

errors

A variable that will receive the number of errors encountered in the validation process.

16SdaiInvocationId

edmiInvocationId

Currently not used.

...