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

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


CRC32Sealing.Destroy

CRC32Sealing     See also    


Disposes of the CRC32Sealing object.

Declaration

[C++]
    ~MCCRC32Sealing();

[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]
    not applicable;

[DLL]
    void __stdcall MCCRC32SealingDestroy(HMCCRC32Sealing h);

Parameters

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

Description

    Use this method to dispose of CRC32Sealing object.

    Note: you should unlink the object from all transports before calling Destroy.

See also:     Create    

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