VAPIMWP_MULTIOBJ_SETCURRENTOBJ
Changes the current object to the target object in a multiple-object document. See Change the Current Object in a Document. This is a parameter of the VAPIM_MULTIOBJ
message.
Syntax
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_MULTIOBJ,
VAPIMWP_MULTIOBJ_SETCURRENTOBJ, (LPARAM) (int)
nTargetObj;)
Arguments
Argument | Description |
---|---|
hWndVAPI
|
The handle of the VAPI window. |
nTargetObj | A zero-based integer that is the target object. |
Returns
SendMessage()
returns TRUE
if the current object was changed to the target object; otherwise it returns FALSE
.
Discussion
You can use this message to implement a Set Current Object menu item or toolbar button. This message generates a VAPINMWP_MULTIOBJ_OBJNAME
notification message that reports the new object name.