EldoS
MsgConnect home / Documentation / MCBaseTransport.GetOutgoingMessagesCount method
Navigation
Web site
Support
Table Of Contents

Filter: C++  Pascal  ActiveX  C#  VB.NET  Java SE  Java ME  Palm  DLL 


MCBaseTransport.GetOutgoingMessagesCount

BaseTransport    


Returns the number of pending outgoing messages.

Declaration

[C++]
    int GetOutgoingMessagesCount();

[Pascal]
    function GetOutgoingMessagesCount : Integer;

[VB6]
    Function IMCXInetTransport3.GetOutgoingMessagesCount() As Long

[ActiveX]
    HRESULT _stdcall IMCXInetTransport3.GetOutgoingMessagesCount([out, retval] long * res);

[C#]
    public int GetOutgoingMessagesCount();

[VB.NET]
    Public Function GetOutgoingMessagesCount() As Integer

[Java]
    public int getOutgoingMessagesCount();

[Java ME]
    public int getOutgoingMessagesCount();

[Palm]
    int GetOutgoingMessagesCount();

[DLL]
    unsigned long MCBaseTransportGetOutgoingMessagesCount(HMCBaseTransport h);

Parameters

  • [DLL]h - handle to the InetTransport object that was returned by Create method
  • res - result of method execution (see Return value for details)

Return value

The number of pending outgoing messages.

Description

    Use this method to get the number of outgoing messages currently in the queue. Note, that not all transports support this method. DirectTransport does not.

 
Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2005, EldoS Corporation