ILogScripting::GetCustomFields

This method returns all custom fields, contained within a two-dimensional SAFEARRAY. Each field is represented in the array as a key-value pair.

virtual HRESULT STDMETHODCALLTYPE GetCustomFields(
   VARIANT* pVarCustomFieldsArray
);

Parameters

  • pVarCustomFieldsArray
    [out, retval] Points to a two-dimensional SAFEARRAY that contains key-value pairs, which represent custom field information.

Remarks

Custom fields include cookies, referers, and user-agent strings.

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