Hi everyone. I am trying to use the VerQueryValue api call, which gets file version information and places it in a string buffer in memory somewhere. It then returns to you the memory address and length of the buffer. The only problem is that usually api calls take this info, not give it. So i need some method of copying data from one memory location to another. Anyone have a clue?