From 2840393bf5378c012577c4764dc4cbd162f85d4e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 8 Jun 2012 21:02:06 +0000 Subject: GetWindowLong -> GetWindowLongPtr git-svn-id: http://svn.miranda-ng.org/main/trunk@364 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/m_userinfoex.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/m_userinfoex.h b/plugins/ExternalAPI/m_userinfoex.h index 53db892c00..e79010ae33 100644 --- a/plugins/ExternalAPI/m_userinfoex.h +++ b/plugins/ExternalAPI/m_userinfoex.h @@ -60,7 +60,7 @@ shown inforamtion up to date. wParam=NULL lParam=(HFONT*)&hFont get bold dialog font. wParam is pointer to a handle that retrieves the boldfont. -You can also call GetWindowLong(hDlg, DWLP_MSGRESULT) to get the font. +You can also call GetWindowLongPtr(hDlg, DWLP_MSGRESULT) to get the font. This function returns TRUE on success or FALSE otherwise. */ #ifndef PSM_GETBOLDFONT @@ -74,7 +74,7 @@ if another propertysheetpage is selected, a plugin should check this state and s the database if such a test if control's content changed does so. wParam=NULL lParam=NULL -You can also call GetWindowLong(hDlg, DWLP_MSGRESULT) to get the handle. +You can also call GetWindowLongPtr(hDlg, DWLP_MSGRESULT) to get the handle. This function returns TRUE if the PropertySheet is locked or FALSE otherwise. */ #define PSM_ISLOCKED (WM_USER+901) @@ -84,7 +84,7 @@ You can get the handle to the contact the propertysheet is associated with by ca to the parent of your propertysheetpage - the propertysheet. wParam=index or -1 for current item lParam=(HANDLE*)&hContact -You can also call GetWindowLong(hDlg, DWLP_MSGRESULT) to get the handle. +You can also call GetWindowLongPtr(hDlg, DWLP_MSGRESULT) to get the handle. This function returns TRUE on success or FALSE otherwise. */ #define PSM_GETCONTACT (WM_USER+903) @@ -95,7 +95,7 @@ wParam=index or -1 for current item lParam=(LPCSTR*)&pszProto The propertysheet loads the basic contact protocol on creation for a better handling of owners (ICQ) protocol used for changing details on the server. Should also reduce database traffic. -You can also call GetWindowLong(hDlg, DWLP_MSGRESULT) to get the protocol. +You can also call GetWindowLongPtr(hDlg, DWLP_MSGRESULT) to get the protocol. This function returns TRUE on success or FALSE otherwise. */ #define PSM_GETBASEPROTO (WM_USER+905) -- cgit v1.2.3