MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / LsaStringToWstring

Function LsaStringToWstring

WinSysCore/LsaSecurity.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using namespace WinSys;
7
8void LsaStringToWstring(LSA_UNICODE_STRING& lsa, std::wstring& str) {
9 str.assign(lsa.Buffer, lsa.Length / sizeof(WCHAR));
10}
11
12std::vector<LogonSessionData> LsaSecurity::EnumLogonSessions() {
13 std::vector<LogonSessionData> sessions;

Callers 1

EnumLogonSessionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected