MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / _StringDummyConvW

Function _StringDummyConvW

source/StringConv.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98LPCWSTR _StringDummyConvW(LPCWSTR sSrc, CStringW &sDest, int iChars/* = -1*/)
99{
100 return _StringDummyConv(sSrc, sDest, iChars);
101}
102
103LPCSTR _StringDummyConvA(LPCSTR sSrc, CStringA &sDest, int iChars/* = -1*/)
104{

Callers 2

StringWCharToTCharFunction · 0.85
CStringTCharFromWCharMethod · 0.85

Calls 1

_StringDummyConvFunction · 0.85

Tested by

no test coverage detected