MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / WideString

Method WideString

Kernel-Bridge/API/StringsAPI.h:702–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700public:
701 using String::String;
702 WideString(PCUNICODE_STRING Wide) : String(Wide->Buffer, Wide->Length / sizeof(WCHAR)) {}
703 WideString(const String& Str) : String(Str) {}
704 WideString(String&& Str) : String(Str) {}
705 WideString() : String() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected