VAPINMWP_INIT_OPENDOCDONE

Reports the status of the document open process. This is a parameter of the VAPINM_INIT notification message.

Syntax

#include <kvvapi.h>
VAPINM_INIT = uMsg;
VAPINMWP_INIT_OPENDOCDONE = wParam;
int nPercentDone = (int) lParam;

Arguments

Argument Description
nPercentDone The percentage done of the document open process.

Returns

None

Discussion