Bull DPX/20 Guia do Utilizador Página 269

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 424
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 268
1 2 ... 264 265 266 267 268 269 270 271 272 273 274 ... 423 424

Comentários a estes Manuais

Sem comentários