<< Click to Display Table of Contents >> VPE_CLOSEWINDOW |
[Windows platform only]
Is sent in case the preview window was closed - for example by the user - and EnableAutoDelete is False, which means, that the document is not destroyed if the preview is closed.
VPE_CLOSEWINDOW
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.