Using win API in blitzmax

BlitzMax Forums/BlitzMax Programming/Using win API in blitzmax

Honestly i've never got that concept. If anybody can explain to me how to use win api i would love that.

its a 3 step process
1) First you need to know the names of the API and their parameters
2) Declare them within an extern block
3) use them

There's an example here