edmiIsEdmInitialized
Â
EdmiError edmiIsEdmInitialized(void);
This function checks whether the EDMinterface is initialized or not.
Arguments
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_EDMInterface'.
Options
Â
Example
Â
 EdmiError rstat; . . . if (rstat = edmiIsEdmInitialized()) { printf("\nEDMinterface is not initialized: %s", edmiGetErrorText(rstat)); goto error; } /* EDMinterface is initialized */ . . .
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â