VPE_HELP

<< Click to Display Table of Contents >>

Navigation:  Messages Generated by VPE-DLL >

VPE_HELP

Previous pageReturn to chapter overviewNext page

[Windows platform only]

Is sent if the property EnableHelpRouting is True and the user clicked the Help-Button in the toolbar or pushed the corresponding key (F1 by default).

This is one of the few events where VpeCloseDoc() may be called while processing it.

VPE_HELP

WPARAM wParam

LPARAM lParam

Parameters:

wParam

unused

lParam

contains the document-handle, so you can determine which document has sent the message

Remarks:

Your application should return zero if it processes this message.