On Wed, Aug 31, 2011 at 3:11 AM, Lucas Zawacki lfzawacki@gmail.com wrote:
Any pointers on what's the set of winapi functions used to store and retrieve data in windows? I've searched MSDN for almost 30 minutes and no luck.
Try SetWindowLongPtr [1] / GetWindowLongPtr [2]. You probably want to use the W variants of the functions, though the A/W distinction doesn't make much sense in this case.
Octavian
[1] http://msdn.microsoft.com/en-us/library/ms644898(v=VS.85).aspx [2] http://msdn.microsoft.com/en-us/library/ms633585(v=VS.85).aspx