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