Files
jonny-jhnson-JonMon-Lite/JonMon-Lite/JonMon-Lite-Creation.h
T
Jonathan Johnson 54de687a97 Initial Commit
2025-06-02 22:31:59 -04:00

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