Okay...
Here's my PureBasic IDE.
I've chosen to place my 'ToolsPanel' on the left-side of the IDE (optional)
and have placed the WinAPI library inside my Templates folder.
As you can see, my Templates folder contains not only the WinAPI information
but much, much more. There about 1,000 code-snippets in the WinAPI folder alone,
so I think there may be 2,000 total in my Templates folder!
Notice the buttons at the top of my Templates Folder... you can add, edit,
deleted folders and snippets easily from here.
To demonstrate, I simply selected a function "determine menory" from the WinAPI
library and double-clicked on the function and it injected the code into my empty file.
As you can see from the code in the IDE, it uses the API to determine the memory of my machine.
HTH
blueb