EldoS
MsgConnect home / Documentation / Messenger.Destroy method
Navigation
Web site
Support
Table Of Contents

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


Messenger.Destroy

Messenger     See also    


Disposes of the Messenger object.

Declaration

[C++]
    ~MCMessenger();

[Pascal]
    destructor Destroy;

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[C#]
    void Dispose();

[VB.NET]
    Public Sub Dispose();

[Java]
    not applicable;

[Java ME]
    not applicable;

[Palm]
    virtual ~MCMessenger();

[DLL]
    void __stdcall MCMessengerDestroy(HMCMessenger h);

Parameters

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

Description

    Use this method to dispose of Messenger object. Destroy removes all incoming messages from the queue and deletes the object.

    Note: you should not destroy an object from the message handler or if there is a working SendMessage method.

See also:     Create    

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