...
Code Block | ||||
---|---|---|---|---|
| ||||
EdmiError edmiIsEdmInitialized(void);
|
This function checks whether the EDMinterface is initialized or not.
...
Arguments
...
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
EdmiError rstat;
. . .
if (rstat = edmiIsEdmInitialized()) {
printf("\nEDMinterface is not initialized: %s",
edmiGetErrorText(rstat));
goto error;
}
/* EDMinterface is initialized */
. . . |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|