Gets the page number for a logical address.
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_GETPAGEFROMLOGICAL, 0L, (LPARAM) (long) lLogicalAddress );
Argument | Description |
---|---|
hWndVAPI
|
The handle of the VAPI window. |
lLogicalAddress
|
A long integer that is the logical address for which to get the page number. |
SendMessage()
returns the page number the specified logical address resides on; or -1
on error.
For spreadsheets, this message fails if the page containing the specified logical address has not been completely indexed yet.
|