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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 424
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 269
2-102
SOMobjects Base Toolkit: Programmers Reference Manual
get_interface Method
Purpose
Returns the interface definition object for the referenced object.
IDL Syntax
InterfaceDef get_interface ( );
Description
The get_interface method returns the interface 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_interface method returns a pointer to the InterfaceDef object associated with the
reference receiver. Ownership of the InterfaceDef object is passed to the caller.
Example
#include <somd.h>
#include <repostry.h>
#include <intfacdf.h>
Environment ev;
SOMDObject objref;
InterfaceDef intf;
...
intf = _get_interface(objref,&ev);
Original Class
SOMDObject
Related Information
Methods: get_implementation
Przeglądanie stron 269
1 2 ... 265 266 267 268 269 270 271 272 273 274 275 ... 423 424

Komentarze do niniejszej Instrukcji

Brak uwag