VAPIMWP_MULTIOBJ_CANPREVOBJ
Determines whether the previous object can be selected 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_CANPREVOBJ, (LPARAM) (BOOL*) &lpbCanPrevObj );
Arguments
Argument |
Description |
---|---|
|
The handle of the VAPI window. |
|
A pointer to a flag that returns |
Returns
SendMessage()
returns TRUE
if the current object can be changed to the previous object; otherwise it returns FALSE
.
Discussion
Use this message to control the state of a Previous Object menu item or toolbar button.