Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

IRequest::BinaryRead

The IRequest::BinaryRead method retrieves the current Request object in a safe array.

HRESULT BinaryRead(

VARIANT *pvarCountToRead,

VARIANT *pvarReturn

);

Parameters: IRequest::BinaryRead

pvarCountToRead

Points to a variant that contains an integer value of the bytes to read.

pvarReturn

Points to a safe array that contains the bytes that were read by an HTTP POST.

Remarks: IRequest::BinaryRead

A safe array is an array that contains information about the number of dimensions and the upper and lower bounds of the dimensions.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.