IsValidHwnd | R Documentation |
Check if a pointer points to a valid and running MS-Office instance. The function does this by first checking for NULL
and nil
pointer and then
trying to get the current selection of the application.
IsValidHwnd(hwnd)
hwnd |
the pointer to a word instance as created by |
logical value, TRUE
if hwnd is a valid pointer to a running application
Andri Signorell <andri@signorell.net>
GetCurrWrd
(), GetCurrXL
(), GetCurrPP
()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.