Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Since: edmcore v602.131.32


EdmiError         _CDECL edmiDefineServerContextPropertyBN  (SdaiServerContext       serverContextId,
                                                             SdaiString              serverContextPropertyName,
                                                             SdaiSelect              serverContextPropertyValue);

Set / update a server context property.

Arguments


TypeNameComment
SdaiServerContextserverContextIdContext identification, from edmiDefineServerContext
SdaiString

serverContextPropertyName

Name of property to set

SdaiSelectserverContextPropertyValueNew property value

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 = edmiDefineServerContextPropertyBN(. . . ) {
	printf("\nError %d in edmiDefineServerContextPropertyBN", rstat); 
	goto err; 
 }
 . . .

 

See also

Filter by label

There are no items with the selected labels at this time.

 

  • No labels