LDicomPrintSCU::GetAbortInfo
#include "ltdic.h"
L_VOID LDicomPrintSCU::GetAbortInfo(pnSource, pnReason) const
L_UCHAR* pnSource; |
/* source of aborting */ |
L_UCHAR* pnReason; |
/* reason for aborting */ |
Gets information about the Abort message received by the Print SCU.
Parameter |
Description |
pnSource |
Pointer to a variable to be updated with the source of the aborting. This can be set to NULL if the information is not required. |
pnReason |
Pointer to a variable to be updated with the reason for the aborting. This can be set to NULL if the information is not required. |
|
For the possible values, refer to the callback function LDicomNet::OnReceiveAbort of the base class. |
Returns
None
Comments
The information obtained using this function is meaningless unless an Abort message is received by the Print SCU.
When the Print SCU receives an Abort message from the Print SCP, the callback function LDicomPrintSCU::OnStatus will be called with the parameter uStatus set to PRINTSCU_STATUS_RECEIVE_ABORT.
Required DLLs and Libraries
LTDIC For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |
See Also
Functions: |
Class Members, LDicomPrintSCU::Associate, LDicomNet::OnReceiveAbort, LDicomPrintSCU::OnStatus |
Topics: |
|
|
Example
For an example, refer to LDicomPrintSCU::OnStatus.