windows-nt/Source/XPSP1/NT/net/diagnostics/wmi/dgnet/oe.h
2020-09-26 16:20:57 +08:00

9 lines
399 B
C

// 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);