ISolpackApp::Fragment Property
Retrieves the fragment used to transfer cards.
Syntax:
HRESULT get_Fragment(
ISolpackFragment **ppFragment
);
Parameters:
- ppFragment
- Address of a pointer to the ISolpackFragment interface of the fragment.
Return Value:
Returns S_OK if successful, or an error value otherwise.
Remarks:
When a card transfer is finished, you must release the fragment object. Call this method to retrieve the fragment
object each time a transfer is performed.
|