VAPIMWP_MULTIOBJ_GETOBJCOUNT
Get the total number of objects 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_GETOBJCOUNT,(LPARAM) (int)
lpbTotalObj);
Arguments
Argument | Description |
---|---|
hWndVAPI
|
The handle of the VAPI window. |
lpbTotalObj
|
A pointer to the total number of objects. |
Returns
SendMessage()
returns TRUE
.
Discussion
You can use this message to implement an object count item.