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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 424
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 209
2-42
SOMobjects Base Toolkit: Programmers Reference Manual
find_all_impldefs Method
Purpose
Returns all the implementation definitions in the Implementation Repository.
Syntax
ORBStatus find_all_impldefs (out sequence<ImplementationDef> outimpldefs);
Description
The find_all_impldefs method searches the Implementation Repository and returns all the
ImplementationDef objects in it.
Parameters
receiver A pointer to an object of class ImplRepository.
ev A pointer to the Environment structure for the calling method.
outimpldefs A sequence of ImplementationDefs is returned.
Return Value
A zero is returned to indicate success; otherwise, a DSOM error code is returned.
Example
#include <somd.h>
Environment ev;
sequence (ImplementationDef) impldefs;
. . .
find_all_impldefs(SOMD_ImplRepObject, &ev, &impldefs);
Original Class
ImplRepository
Przeglądanie stron 209
1 2 ... 205 206 207 208 209 210 211 212 213 214 215 ... 423 424

Komentarze do niniejszej Instrukcji

Brak uwag