EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3Client.Allocate

TElAS3Client    


 

Reserves sufficient storage to accommodate the new file to be transferred.

 
 

Declaration

[C#]
    void Allocate(int Size);

[VB.NET]
    Sub Allocate(ByVal Size As Integer)

[Pascal]
    procedure Allocate(const Size: Integer);

[VB6]
    Sub IElAS3ClientX.Allocate(ByVal Size As Integer)

[ActiveX]
    HRESULT _stdcall IElAS3ClientX.Allocate([in] long Size );

[DLL]
    not implemented;
 
 

Parameters

  • Size - the number of bytes of storage to be reserved for the file
 
 

Description

    Use this method to reserve sufficient storage to accommodate the new file to be transferred.

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