Bull DPX/20 Betriebsanweisung Seite 209

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 424
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 208
2-41
DSOM Framework Reference
delete_impldef Method
Purpose
Deletes an implementation definition from the Implementation Repository.
IDL Syntax
void delete_impldef (
in ImplId implid );
Description
Deletes the specified ImplementationDef object from the Implementation Repository.
Parameters
receiver A pointer to the ImplRepository object.
env A pointer to the Environment structure for the method caller.
implid The ImplId that identifies the server implementation of interest.
Return Value
An exception is returned if there was an error updating the Implementation Repository.
Example
#include <somd.h>
Environment ev;
ImplementationDef impldef;
...
impldef =
_find_impldef_by_name(SOMD_ImplRepObject,&ev,”stackServer”);
_delete_impldef(SOMD_ImplRepObject,&ev,__get_impl_id(impldef,&ev));
Original Class
ImplRepository
Seitenansicht 208
1 2 ... 204 205 206 207 208 209 210 211 212 213 214 ... 423 424

Kommentare zu diesen Handbüchern

Keine Kommentare