VAPINMWP_MULTIOBJ_OBJNAME

Reports the current object name of the document. This is a parameter of the VAPINM_MULTIOBJ notification message.

Syntax

#include <kvvapi.h>
VAPINM_MULTIOBJ = uMsg;
VAPINMWP_MULTIOBJ_OBJNAME = wParam;
LPCSTR lpszObjectName = (LPCSTR) lParam;

Arguments

Argument Description
lpszObjectName The current object name of the document.

Returns

None

Discussion

This message is received after the document is opened and whenever the document object is changed.