API WindowFromPoint
Publié : sam. 19/févr./2005 13:47
Je pense qu'il y a une erreur dans la déclaration de cette API dans le résident.
Elle n'a qu'un paramètre de type Point mais PB en veut 2
Elle n'a qu'un paramètre de type Point mais PB en veut 2
The WindowFromPoint function retrieves a handle to the window that contains the specified point.
Syntax
HWND WindowFromPoint( POINT Point
);
Parameters
Point
[in] Specifies a POINT structure that defines the point to be checked.