getInterface( )

Returns a pointer to a PODSInterface structure which contains information about the interface that this object implements.

Interface
PODSObject
IDL definition
PODSInterface getInterface( );
JavaScript synopsis

Not applicable

C synopsis
PODSInterface* PODSgetInterface(PODSObject* podsobj);
Parameters
  • podsobj   The PODSObject object.

Returns

Pointer to a PODSInterface structure.