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 bounds of its dimensions.

See Also

IRequest::get_TotalBytes


© 1997 by Microsoft Corporation. All rights reserved.