windows-nt/Source/XPSP1/NT/net/diagnostics/wmi/dgnet/oe.h

9 lines
399 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
// 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);