MCPcopy Create free account
hub / github.com/ConEmu/ConEmu / Write

Method Write

src/Setup/Setupper/Setupper.cpp:267–273  ·  view source on GitHub ↗

UTF-8 is expected here

Source from the content-addressed store, hash-verified

265public:
266 // UTF-8 is expected here
267 void Write(LPCSTR asText)
268 {
269 if (!Valid() || !asText || !*asText)
270 return;
271 DWORD nLen = lstrlenA(asText);
272 WriteFile(mh_File, asText, nLen, &nLen, NULL);
273 };
274
275 // Unicode
276 void Write(LPCWSTR asText)

Callers 1

ReportErrorFunction · 0.45

Calls 1

WriteFunction · 0.50

Tested by

no test coverage detected