SVC SHOW PREFERENCES PAGE

From LIVECHAT Developer Zone Wiki

Jump to: navigation, search
SVC_SHOW_PREFERENCES_PAGE
Show preferences page.


Parameters
wParam
PreferencesPageID page
lParam
LPCTSTR protocol_name


Return values

  • Always returns API_SUCCESS


Remarks
If you choose to show PAGE_IM, you can select with protocol_name which messenger account info you would like to display.


Sample code

       call(SVC_SHOW_PREFERENCES_PAGE, (WPARAM)PAGE_GENERAL, 0);
       call(SVC_SHOW_PREFERENCES_PAGE, (WPARAM)PAGE_IM, (LPARAM)_T("protocol_name"));
Personal tools