IRequest::get_TotalBytes

The IRequest::get_TotalBytes method retrieves the size of the current request in bytes.

get_TotalBytes(
  long pcbTotal  //a pointer to a long integer that contains the 
                 // size of the current request in bytes
);
 
Parameters
pcbTotal
Points to a long integer that contains the size of the current request in bytes.
See Also

IRequest::BinaryRead


© 1997 by Microsoft Corporation. All rights reserved.