Home
   Home  |  Preliminary Docs  |  Design Diagrams  |  Reference  |  Development Docs  |  Download  |  Source Code  |  Final Reports  |
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.

  May 9, 2002 jmhoersc@mtu.edu