EldoS
MsgConnect home / Documentation / MessageHandler.MsgCodeLow property
Navigation
Web site
Support
Table Of Contents

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


MessageHandler.MsgCodeLow

MessageHandler     See also    


Defines low bound of the range of the codes of the messages being handled by this handler.

Declaration

[C++]
    void setMsgCodeLow(long v);
    long getMsgCodeLow();

[Pascal]
    property MsgCodeLow : integer;

[VB6]
    Property MsgCodeLow As Long

[ActiveX]
    HRESULT _stdcall MsgCodeLow([in] long Value );
    HRESULT _stdcall MsgCodeLow([out, retval] long * Value );

[C#]
    public int MsgCodeLow;

[VB.NET]
    Public Property MsgCodeLow As Integer

[Java]
    public void setMsgCodeLow(int id);     public int getMsgCodeLow();

[Java ME]
    public void setMsgCodeLow(int id);     public int getMsgCodeLow();

[Palm]
    void setMsgCodeLow(long v);     long getMsgCodeLow(void);

[DLL]
    void __stdcall MCMessageHandlerSetMsgCodeLow(HMCMessageHandler h, long value);
    long __stdcall MCMessageHandlerGetMsgCodeLow(HMCMessageHandler h);

Parameters

  • h - handle to the object that was returned by Create method

Description

    The right handler for the message is defined using the range of codes which are handled by the handler. MsgCodeLow defines the upper bound of this range. So, to be processed by the handler, Message's MsgCode field should be greater than or equal to the value of this property.

See also:     MsgCodeHigh    

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