...
Example
...
Code Block | ||
---|---|---|
| ||
EdmiError edmiDeleteServerContext(SdaiUnsignedInt serverContextId); EdmiError rstat; SdaiUnsignedInt contextId; SdaiInteger nConnect; SdaiWhoIsOnServer pWhoisOn; . . . rstat = edmiDefineServerContext("HTTP_ServerContext", "Johnny", "Supervisor", "4cg67w", "HTTP", "9090", "MyEdmServer", "c:/HttpServlet", "7408", "MyHttpServer", NULL, NULL, &contextId); rstat = edmiRemoteWhoIsOn(contextId, &nConnect, &pWhoisOn, NULL); rstat = edmiDeleteServerContext(contextId); . . . |
...