Author: cwittich
Date: Sun May 30 17:18:08 2010
New Revision: 47447

URL: http://svn.reactos.org/svn/reactos?rev=47447&view=rev
Log:
[PSDK]
 add missing definitions

Modified:
    trunk/reactos/include/psdk/prsht.h

Modified: trunk/reactos/include/psdk/prsht.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/prsht.h?rev=47447&r1=47446&r2=47447&view=diff
==============================================================================
--- trunk/reactos/include/psdk/prsht.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/prsht.h [iso-8859-1] Sun May 30 17:18:08 2010
@@ -82,7 +82,11 @@
 #if (_WIN32_IE >= 0x0500)
 #define PSM_GETRESULT  1159
 #define PropSheet_GetResult(hDlg)      SNDMSG(hDlg, PSM_GETRESULT, 0, 0)
+
 #define PSM_HWNDTOINDEX        1153
+#define PropSheet_HwndToIndex(hDlg, hwnd) \
+        (int)SNDMSG(hDlg, PSM_HWNDTOINDEX, (WPARAM)(hwnd), 0)
+
 #define PSM_IDTOINDEX  1157
 #define PSM_INDEXTOHWND        1154
 #define PSM_INDEXTOID  1158


Reply via email to