Is there a good tutorial or website that shows how to use the API functions for reading/writing files?

I'm trying to make a class wrapper for these functions to hopefully replace the standard VB file/read write methods, because the API is generally faster and there's also the 2 GB limit.

Most of the examples I've seen on the internet (allapi.net) are mainly for file attributes, and not actually reading/writing files.