DHtmlUrlEventMapEntry Structure
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at DHtmlUrlEventMapEntry Structure.
The DHtmlUrlEventMapEntry structure provides multi-URL event map support.
struct DHtmlUrlEventMapEntry
{
LPCTSTR szUrl;
const DHtmlEventMapEntry *pEventMap;
};
Parameters
szUrl
The URL.
pEventMap
The event map associated with the URL.
Header: afxdhtml.h
Show: