HSE_EXEC_URL_STATUS Structure

The HSE_EXEC_URL_STATUS support structure contains information retrieved by HSE_REQ_GET_EXEC_URL_STATUS about a completed URL request.

typedef struct HSE_EXEC_URL_STATUS HSE_EXEC_URL_STATUS {
      USHORT uHttpStatusCode;
      USHORT uHttpSubStatus;
      DWORD dwWin32Error;
} HSE_EXEC_URL_STATUS, * LPHSE_EXEC_URL_STATUS;

Members

  • uHttpStatusCode
    Returns the status code of the last executed URL request.

  • uHttpSubStatus
    Returns the substatus code of the last executed URL request.

  • dwWin32Error
    Returns a Win32 error.

Requirements

Server: Requires or Windows Server 2003.

Product: IIS

Header: Declared in httpext.h.