[3/7] dinput: Added enumerated devices to ConfigureDevices dialog

Octavian Voicu octavian.voicu at gmail.com
Tue Aug 30 20:16:46 CDT 2011


On Wed, Aug 31, 2011 at 3:11 AM, Lucas Zawacki <lfzawacki at 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



More information about the wine-devel mailing list