Mercurial > pub > dyncall > bindings
view R/rdc/demo/win32.R @ 45:da553362fa7c
- forgot to bounce version for last commit on oct 27
author | Tassilo Philipp |
---|---|
date | Thu, 12 Nov 2020 19:56:33 +0100 |
parents | 0cfcc391201f |
children |
line wrap: on
line source
# example: message box on windows h <- rdcLoad("user32") f <- rdcFind(h,"MessageBoxA") rdcCall(f,"ippi)v",0,"hallo","welt",0) rdcFree(h)