You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
357 B
20 lines
357 B
#include "stdafx.h"
|
|
|
|
#include <vector>
|
|
#include <algorithm>
|
|
using namespace std;
|
|
|
|
#include <netcfgx.h>
|
|
#include <devguid.h>
|
|
#include <cfg.h>
|
|
#include <wincred.h>
|
|
|
|
#include <wlbsconfig.h>
|
|
#include <nlberr.h>
|
|
#include <cfgutil.h>
|
|
#include <nlbclient.h>
|
|
|
|
//
|
|
// Used to annotate pass-by-reference arguments in function calls.
|
|
//
|
|
#define REF
|