OutputTypes Enum, Member of ScriptUtils

Member of  ScriptUtils Use OutputTypes object | Changes | Purchase | Download

Description

Define output types for conversion and compress/decompress functions

Values

otVariantByteArray = &H0 Variant byte array, VT_ARRAY | VT_UI1
otByteArray = &H1 ByteArray object
otString = &H2 String , VT_BSTR
otMultiByteString = &H3 MultiByte string, VT_BSTR

Includes

VBS include

'OutputTypes - begin
Public Const otVariantByteArray = &H0 'Variant byte array, VT_ARRAY | VT_UI1
Public Const otByteArray = &H1 'ByteArray object
Public Const otString = &H2 'String , VT_BSTR
Public Const otMultiByteString = &H3 'MultiByte string, VT_BSTR
'OutputTypes - end

VB4 include

'OutputTypes - begin
Public Const otVariantByteArray As Long = &H0 'Variant byte array, VT_ARRAY | VT_UI1
Public Const otByteArray As Long = &H1 'ByteArray object
Public Const otString As Long = &H2 'String , VT_BSTR
Public Const otMultiByteString As Long = &H3 'MultiByte string, VT_BSTR
'OutputTypes - end

VB5 include

Public Enum OutputTypes
  otVariantByteArray = &H0 'Variant byte array, VT_ARRAY | VT_UI1
  otByteArray = &H1 'ByteArray object
  otString = &H2 'String , VT_BSTR
  otMultiByteString = &H3 'MultiByte string, VT_BSTR
End Enum 'OutputTypes

JScript include

//OutputTypes - begin
var otVariantByteArray = 0x0; //Variant byte array, VT_ARRAY | VT_UI1
var otByteArray = 0x1; //ByteArray object
var otString = 0x2; //String , VT_BSTR
var otMultiByteString = 0x3; //MultiByte string, VT_BSTR
//OutputTypes - end

IDL include

// OutputTypes
typedef [helpcontext(0x20053), helpstring("Define output types for conversion and compress/decompress functions")]
enum OutputTypes{
	[helpcontext(0x20053), helpstring("Variant byte array, VT_ARRAY | VT_UI1")]
		otVariantByteArray = 0x0,
	[helpcontext(0x20053), helpstring("ByteArray object")]
		otByteArray = 0x1,
	[helpcontext(0x20053), helpstring("String , VT_BSTR")]
		otString = 0x2,
	[helpcontext(0x20053), helpstring("MultiByte string, VT_BSTR")]
		otMultiByteString = 0x3
} OutputTypes;

Used in

ZLib.Compress, ZLib.UnCompress

Other links for OutputTypes class

ASP file upload and ScriptUtilities classes

Kernel, ByteArray, Process, Thread, Advapi, INIFile, ZLib, LogFile, ASPForm, FormFields, FormField, FormParser, ProgressInfo

ASP file upload and ScriptUtilities enums

ProcessCreationFlags, ThreadPriorities, PriorityClasses, LogonTypes, ConvertCodePages, OutputTypes, ZLibCompressLevels, ConvertTypes, LogLineEncodes, LogLineBeginTypes, FormStates, eFormType

ScriptUtils

Huge ASP upload is easy to use, hi-performance ASP file upload component with progress bar indicator. This component lets you upload multiple files with size up to 4GB to a disk or a database along with another form fields. Huge ASP file upload is a most featured upload component on a market with competitive price and a great performance . The software has also a free version of asp upload with progress, called Pure asp upload , written in plain VBS, without components (so you do not need to install anything on server). This installation package contains also ScriptUtilities library. Script Utilities lets you create hi-performance log files , works with binary data , you can download multiple files with zip/arj compression, work with INI files and much more with the ASP utility.

© 1996 - 2011 Antonin Foller, Motobit Software | About, Contacts | e-mail: info@pstruh.cz


Other Motobit links:   IISTracer, real-time IIS monitor   ASP file upload - upload files to ASP. 
ActiveX/VBSScript registry editor  ActiveX NT User account manager  Export MDB/DBF from ASP Active LogFile  Email export  ActiveX/ASP Scripting Dictionary object