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.

Â