Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 775 Bytes

dhtmlurleventmapentry-structure.md

File metadata and controls

37 lines (27 loc) · 775 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: DHtmlUrlEventMapEntry Structure
DHtmlUrlEventMapEntry Structure
11/04/2016
DHtmlUrlEventMapEntry
DHtmlUrlEventMapEntry structure [MFC]
43117c1f-1a51-406c-aa2f-fea647080049

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