diff options
Diffstat (limited to 'include/delphi/m_options.inc')
-rw-r--r-- | include/delphi/m_options.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/delphi/m_options.inc b/include/delphi/m_options.inc index e3663cd8e9..cae304bb51 100644 --- a/include/delphi/m_options.inc +++ b/include/delphi/m_options.inc @@ -49,6 +49,14 @@ const DLUs.
}
+const
+{
+ show the User Details dialog box
+ wParam=(WPARAM)(HANDLE)hContact
+ lParam=0
+}
+ MS_USERINFO_SHOWDIALOG:PAnsiChar = 'UserInfo/ShowDialog';
+
type
POPTIONSDIALOGPAGE = ^TOPTIONSDIALOGPAGE;
TOPTIONSDIALOGPAGE = record
|