Share via


IRequest::get_TotalBytes

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

void get_TotalBytes(
      LONG pcbTotal
);

Parameters

  • pcbTotal
    [retval] [out] Points to a long integer that contains the size of the current request in bytes.

Requirements

Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.

Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.

Product: IIS

See Also