HSE_REQ_GET_EXECUTE_FLAGS

ms525979.alert_caution(en-us,VS.90).gifImportant Note:

This support function is deprecated. You should use HSE_REQ_GET_EXEC_URL_STATUS instead.

This support function returns the execute flags used for the current ISAPI child request.

BOOL ServerSupportFunction(
      HCONN ConnID,
      DWORD dwServerSupportFunction,
      LPDWORD lpdwDataType
);

Parameters

  • ConnID
    Specifies the connection identifier of the client to which the response data should be sent.

  • dwServerSupportFunction
    The name of the Server Support function, which in this case must be set to HSE_REQ_GET_EXECUTE_FLAGS.

  • lpdwDataType
    Upon return, contains flags. Can be either HSE_EXEC_NO_ISA_WILDCARDS or HSE_EXEC_CUSTOM_ERROR.

Remarks

Use this support function with discretion. Future versions will change, causing your distributed applications to break.

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

Header: Declared in httpext.h.