Funções para acessar wapi.
Ainda não usei nenhuma dessas, mais fica ai a dica para quem está precisando.+ added WAPI_*() functions to create and manipolate menus (HMENU)
+ added WAPI_CREATEACCELERATORTABLE( <aAccels> ) -> <hAccel>
and WAPI_DESTROYACCELERATORTABLE( <hAccel> )
+ added new PRG function:
WAPI_LoadImage( [<hInstance>], <cName>, [<nType>],
[<nWidth>], [<nHeight>], [<nFlags>] ) -> <hImage>
+ WIN_SHELLNOTIFYICON(): Added support for balloon notifications.
+ added new PRG function:
WIN_ShellNotifyIcon( [<hWnd>], [<nUID>], [<nMessage>], [<hIcon>],
[<cTooltip>], [<lAddDel>] ) -> <lOK>
+ Added HB_OSISWIN2K() .prg level function.
+ Added hb_iswinvista() to detect Vista and newer Windows versions.
+ added .prg function:
Essa é boa para substituir o swaprun do blinker.
hb_processRun( <cCommand>, [ <cStdIn> ], [ @<cStdOut> ], ;
[ @<cStdErr> ], [ <lDetach> ] ) -> <nResult>
This function is implemented for all builds also in DOS ones where
temporary files are used to simulate pipes.
Saudações,
Itamar M. Lins Jr.

