Source code of Windows XP (NT5)
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.

22 lines
205 B

  1. BOOL
  2. InitializeMapi(
  3. VOID
  4. );
  5. VOID
  6. ShutdownMapi(
  7. VOID
  8. );
  9. BOOL
  10. GetDefaultMapiProfile(
  11. LPWSTR ProfileName
  12. );
  13. BOOL
  14. GetMapiProfiles(
  15. HWND hwnd
  16. );
  17. extern BOOL isMapiEnabled;