MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / WideString

Method WideString

Source/Client/NM_Sys/API/StringsAPI.h:728–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

726
727 public:
728 WideString(PCUNICODE_STRING Wide) :
729 String(Wide->Buffer, Wide->Length / sizeof(WCHAR))
730 {
731 }
732 WideString(const String& Str) :
733 String(Str)
734 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected