mirror of
https://github.com/jonny-jhnson/JonMon-Lite
synced 2026-06-21 13:54:24 +00:00
16 lines
294 B
C++
16 lines
294 B
C++
#pragma once
|
|
#include "JonMon-Lite-Global.h"
|
|
|
|
VOID CreateCollectorSet(
|
|
_In_ LPCWSTR workstationName,
|
|
_In_ LPCWSTR collectorSetName,
|
|
_In_ LPCWSTR xmlFilePath,
|
|
_In_ LPCWSTR rootPath,
|
|
_In_ LPCWSTR userName,
|
|
_In_ LPCWSTR userPassword
|
|
);
|
|
|
|
|
|
std::wstring ReadXmlFile(
|
|
const wchar_t* filePath
|
|
); |