Source code of Windows XP (NT5)
 
 
 
 
 
 

8 lines
399 B

// oe.h
//
HRESULT EXPORT GetOEDefaultMailServer(CHost& host, DWORD& dwPort);
HRESULT GetOEDefaultMailServer(OUT CHost & InBoundMailHost, OUT DWORD & dwInBoundMailPort, OUT TCHAR * pszInBoundMailType,
OUT CHost & OutBoundMailHost, OUT DWORD & dwOutBoundMailPort, OUT TCHAR * pszOutBoundMailType);
HRESULT EXPORT GetOEDefaultNewsServer(CHost& host, DWORD& dwPort);