ph_keybd_event PowerHome formula function
Description
This function duplicates the Windows API subroutine keybd_event in USER32.DLL.
Syntax
ph_keybd_event ( bvk, bscan, dwflags, dwextrainfo )
Argument |
Description |
bvk
|
Specifies a virtual key code. The code must be a value from 1 to 254
|
bscan
|
Not used. Set to 0.
|
dwflags
|
Specifies various aspects of function operation.
|
dwextrainfo
|
Specifies an additional value associated with a keystroke.
|
Return value
Integer. Returns a 0.
Usage
Refer to Microsofts documentation concerning the use of this function.