If I insert a binary file as an embed resource in my program, how can I then access this resource and if it was a standard binary file (or the equivalent).

I know I can use LoadResource/FindResource to retrieve a HGLOBAL handle, but how the hell do I use this to say, read one character, a string, x bytes of data?