Displaying 3 results from an estimated 3 matches for "gwlp_userdata".
2011 May 09
1
Hey! GWLP_USERDATA is for the user, not for the OS !
Hi
In the definition of IOCS_Attach in atl_ax.c, a "this" handle is stored in the window user data with SetWindowLongPtr and the GWLP_USERDATA parameter. This is used when an ActiveX control is attached to a window.
The user data is for the user, not for the OS, and a weird interaction happens when a window that already uses the user data is supposed to be hosting an ActiveX object.
Yves
2015 Jan 23
0
Wine release 1.7.35
...9;t update (FtpFindFirstFile needs to support subdirectory and wildcard search)
  19723  NordicBet Poker-client fails to install
  19724  elevated demo has a terrible performance
  20490  Tower crashes when rendering 3d-objects
  21767  Multiple applications storing AxHostWindow instance pointer in GWLP_USERDATA crash on startup (Wine uses GWLP_USERDATA to store IOCS)(JLC's Internet TV, Anime Studio Pro 10.x)
  23208  MS Money 2000: shows wrong/huge total amounts in accounts section of main page
  24861  Evil Genius (GOG version): Crashes randomly on autosave
  24967  Oxygen AVCHD player crashes when f...
2012 Jun 22
0
Wine release 1.5.7
...mmend a top-down DIB.
      gdi32: Fix StretchDIBits return value when destination is clipped.
Alistair Leslie-Hughes (1):
      msxml3: Implement IXMLParser Get/Set Flags.
Andrew Eikum (2):
      dsound: Fail if app requests 3D buffer interface on a non-3D buffer.
      hhctrl.ocx: Don't use GWLP_USERDATA to store private data.
Andr? Hentschel (19):
      winedbg: Add multiplication operators to Thumb2 disassembler.
      winedbg: Add long multiplication and division operators to Thumb2 disassembler.
      ntdll: Enhance FreeBSD checks for cdrom code to also check for DragonFly BSD when appropriate...