interfaces

A list of all interfaces that all PODS objects implement.

Interface
PODSObjectMgr
IDL definition
readonly attribute PODSInterfaces interfaces;
JavaScript synopsis

Not applicable

C synopsis
PODSInterfaces* PODSgetInterfaces(PODSObjectMgr* objmgr);
Parameters
  • objmgr   The PODSObjectMgr object.

Returns

List of implemented interfaces.

See also

implements( )