IComIdentityEvents::OnIISRequestInfo method (comsvcs.h)

Generated when an activity is part of an ASP page.

Syntax

HRESULT OnIISRequestInfo(
  [in] COMSVCSEVENTINFO *pInfo,
  [in] ULONG64          ObjId,
  [in] LPCOLESTR        pszClientIP,
  [in] LPCOLESTR        pszServerIP,
  [in] LPCOLESTR        pszURL
);

Parameters

[in] pInfo

A pointer to a COMSVCSEVENTINFO structure.

[in] ObjId

The unique identifier for this object.

[in] pszClientIP

The Internet Protocol (IP) address of the IIS client.

[in] pszServerIP

The IP address of the IIS server.

[in] pszURL

The URL on IIS server generating object reference.

Return value

The user verifies the return values from this method.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

IComIdentityEvents