Bull DPX/20 Betriebsanweisung Seite 269

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 424
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 268
1 2 ... 264 265 266 267 268 269 270 271 272 273 274 ... 423 424

Kommentare zu diesen Handbüchern

Keine Kommentare