次の方法で共有


CUSTOM_LOG_DATA Structure

The PCUSTOM_LOG_DATA structure is used by ILogPluginEx::LogCustomInformation to hold information about the custom log fields to be logged by your custom logging module.

typedef struct _CUSTOM_LOG_DATA
{
    LPCSTR  szPropertyPath;
    PVOID   pData;
        
} CUSTOM_LOG_DATA, *PCUSTOM_LOG_DATA;

Members

  • szPropertyPath
    A null-terminated string containing the property path.

  • pData
    Pointer to a data object.

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 ilogobj.hxx.

See Also

Concepts

Creating Custom Logging Modules for IIS