DHtmlUrlEventMapEntry Structure

The DHtmlUrlEventMapEntry structure provides multi-URL event map support.

Syntax

struct DHtmlUrlEventMapEntry
{
LPCTSTR szUrl;
const DHtmlEventMapEntry *pEventMap;
};

Parameters

szUrl
The URL.

pEventMap
The event map associated with the URL.

Requirements

Header: afxdhtml.h

See also

Structures, Styles, Callbacks, and Message Maps