13.5.1 IRequest::BinaryRead

The IRequest::BinaryRead method retrieves the current Request object in a safe array.
HRESULT BinaryRead(
VARIANT *pvarCountToRead,
VARIANT *pvarReturn
);
Parameters
- 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
A safe array is an array that contains information about the number of dimensions and the upper and lower bounds of the dimensions.
Copyright © 2000 Chili!Soft
|