GetSendQueueSize Example for Delphi

   //display queue size
   Application.MessageBox(PChar(IntToStr(LEADDICOMNet1.GetSendQueueSize (LEADDICOMNet1.hNet))), 'SendQueueSize', MB_OK);