<< Click to Display Table of Contents >> VPE_AFTER_OPEN_FILE |
[Windows platform only]
Is sent after the file open operation has been completed.
VPE_AFTER_OPEN_FILE
WPARAM wParam
LPARAM lParam
Parameters:
wParam
the error code of the operation, which is identical to LastError. For example, if the user clicked onto the Cancel-Button in the open file dialog, wParam will be VERR_CANCELLED.
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.