Bull DPX/20 Podręcznik Użytkownika Strona 209

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 424
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 208
1 2 ... 204 205 206 207 208 209 210 211 212 213 214 ... 423 424

Komentarze do niniejszej Instrukcji

Brak uwag