| 
   Available in LEADTOOLS Medical Imaging toolkits.  | 
LDicomAssociate::GetCalling
#include "ltdic.h"
L_VOIDLDicomAssociate::GetCalling(strCalling, SizeInWords)
| 
 L_TCHAR * strCalling;  | 
 /* buffer to be updated */  | 
| 
 L_UINT32 SizeInWords;  | 
 /* size of the destination string buffer */  | 
Returns the name of the calling Application Entity of the DICOM Associate.
| 
 Parameter  | 
 Description  | 
| 
 strCalling  | 
 String Buffer to be updated with the name of the calling Application Entity of the DICOM Associate.  | 
| 
 SizeInWords  | 
 Size of the destination string buffer.  | 
Returns
None.
Comments
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:  | 
 LDicomAssociate::SetCalling, LDicomAssociate::GetCalled, LDicomAssociate::SetCalled  | 
| 
 Topics:  | 
Example
For an example, refer to LDicomAssociate::GetCalled.