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

13 lines
467 B
C
Raw Normal View History

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