| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected