AddRef

PowerBuilder Native Interface

IPB_ResultSetAccessor interface:

AddRef method

Description

When you call the CreateResultSet function of interface IPB_Session, you need to pass an argument of type IPB_ResultSetAccessor. The AddRef function is called on that argument and the Release function is called when the pbobject is destroyed.

Syntax

AddRef ( )

Return Values

None.

See Also