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.

12 lines
479 B

  1. #include <initguid.h>
  2. #include <oaidl.h>
  3. #include <imnact.h> // account manager stuff
  4. #include <imnxport.h>
  5. #include <msident.h>
  6. HRESULT GetOEDefaultMailServer2(OUT INETSERVER & rInBoundServer,
  7. OUT DWORD & dwInBoundMailType,
  8. OUT INETSERVER & rOutBoundServer,
  9. OUT DWORD & dwOutBoundMailType);
  10. HRESULT GetOEDefaultNewsServer2(OUT INETSERVER & rNewsServer);