VPE_AFTER_OPEN_FILE

<< Click to Display Table of Contents >>

Navigation:  Messages Generated by VPE-DLL >

VPE_AFTER_OPEN_FILE

Previous pageReturn to chapter overviewNext page

[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.

 

See also:

VpeGetOpenFileName