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

13 lines
467 B
C

#include <initguid.h>
#include <oaidl.h>
#include <imnact.h> // account manager stuff
#include <imnxport.h>
#include <msident.h>
HRESULT GetOEDefaultMailServer2(OUT INETSERVER & rInBoundServer,
OUT DWORD & dwInBoundMailType,
OUT INETSERVER & rOutBoundServer,
OUT DWORD & dwOutBoundMailType);
HRESULT GetOEDefaultNewsServer2(OUT INETSERVER & rNewsServer);