Determines whether a specified PODSObject
implements a specified PODSInterface
.
PODSObjectMgr
PODSBoolean implements( PODSObject pobj, PODSInterface intf );
Not applicable
PODSBoolean PODSimplements( PODSObjectMgr* objmgr, PODSObject* pobj, PODSInterface* intf );
objmgr The PODSObjectMgr
object.
pobj [in] The PODSObject
object to query.
intf [in] The PODSInterface
object to determine if pobj implements.
PODS_TRUE
if the PODSObject
implements the specified PODSInterface
.
PODS_FALSE
otherwise.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |