implements( )

Determines whether a specified PODSObject implements a specified PODSInterface.

Interface
PODSObjectMgr
IDL definition
PODSBoolean implements(
  PODSObject pobj,
  PODSInterface intf
);
JavaScript synopsis

Not applicable

C synopsis
PODSBoolean PODSimplements(
  PODSObjectMgr* objmgr, 
  PODSObject* pobj, 
  PODSInterface* intf
);
Parameters
  • objmgr   The PODSObjectMgr object.

  • pobj   [in] The PODSObject object to query.

  • intf   [in] The PODSInterface object to determine if pobj implements.

Returns

PODS_TRUE if the PODSObject implements the specified PODSInterface.

PODS_FALSE otherwise.

See also

interfaces