Bull DPX/20 Uživatelská příručka Strana 269

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 424
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 268
1 2 ... 264 265 266 267 268 269 270 271 272 273 274 ... 423 424

Komentáře k této Příručce

Žádné komentáře