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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 424
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 268
2-101
DSOM Framework Reference
get_implementation Method
Purpose
Returns the implementation definition for the referenced object.
IDL Syntax
ImplementationDef get_implementation ( );
Description
The get_implementation method returns the implementation definition object for the
referenced object.
Parameters
receiver A pointer to a SOMDObject object.
env A pointer to the Environment structure for the method caller.
Return Value
The get_implementation method returns the ImplementationDef object for the receiver.
Ownership of the returned object is transferred to the caller.
Example
#include <somd.h>
long flags;
Environment ev;
SOMDObject objref;
ImplementationDef impldef;
...
impldef = _get_implementation(objref,&ev);
flags = __get_impl_flags(impldef,&ev);
Original Class
SOMDObject
Related Information
Methods: get_interface
Przeglądanie stron 268
1 2 ... 264 265 266 267 268 269 270 271 272 273 274 ... 423 424

Komentarze do niniejszej Instrukcji

Brak uwag