Got some progress; I gave the following a spin:

Code:
glBindTexture(GL_TEXTURE_2D, Src.Texture);
glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, Src.GlWidth, Src.GlHeight, 0);
As a result, I get all white pixels when drawn...