Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.0 KiB

  1. // baprop.h
  2. // WAB & Messenger integration to OE
  3. // Created 06/23/98 by YST
  4. //
  5. //////////////////////////////////////////////////////////////////////
  6. #ifndef __BAPROP_H_
  7. #define __BAPROP_H_
  8. #include "pch.hxx"
  9. #include "badata.h"
  10. // #include "demand.h"
  11. // Definitions
  12. void AddCBEmailItem(HWND hWndCB, LPTSTR lpszEmailAddress, BOOL fDefault, LPTSTR lpszPendName);
  13. INT_PTR CALLBACK WabExtDlgProc(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam);
  14. void AddAccountsToList(HWND hDlg, LPWABEXTDISPLAY lpWED, LPTSTR lpszPendName = NULL);
  15. void SetAsDefault(HWND hDlg, LPWABEXTDISPLAY lpWED);
  16. void AddMsgrId(HWND hDlg, LPWABEXTDISPLAY lpWED);
  17. void SetDefaultID(TCHAR *szName, HWND hdlg, LPWABEXTDISPLAY lpWED);
  18. BOOL AsciiTrimSpaces(TCHAR * szBuf);
  19. HRESULT AddPropToMVPString(LPWABEXTDISPLAY lpWED, LPSPropValue lpaProps, DWORD cProps, DWORD index, LPTSTR lpszNew);
  20. void WabSendIMsg(HWND hDlg, LPWABEXTDISPLAY lpWED);
  21. BOOL InitFonts(void);
  22. void DeleteFonts(void);
  23. BOOL WabIsItemOnline(HWND hDlg, int iItem);
  24. #endif // __BAPROP_H_