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

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


MessageHandler.MsgCodeHigh

MessageHandler     See also    


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

Declaration

[C++]
    void setMsgCodeHigh(long v);
    long getMsgCodeHigh();

[Pascal]
    property MsgCodeHigh : integer;

[VB6]
    Property MsgCodeHigh As Long

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

[C#]
    public int MsgCodeHigh;

[VB.NET]
    Public Property MsgCodeHigh As Integer

[Java]
    public void setMsgCodeHigh(int id);
    public int getMsgCodeHigh();

[Java ME]
    public void setMsgCodeHigh(int id);
    public int getMsgCodeHigh();

[Palm]
    void setMsgCodeHigh(long v);
    long getMsgCodeHigh(void);

[DLL]
    void __stdcall MCMessageHandlerSetMsgCodeHigh(HMCMessageHandler h, long value);
    long __stdcall MCMessageHandlerGetMsgCodeHigh(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. MsgCodeHigh defines the upper bound of this range. So, to be processed by the handler, Message's MsgCode field should be less than or equal to the value of this property.

See also:     MsgCodeLow    

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