MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / ComboBox_AddStringA2W

Function ComboBox_AddStringA2W

src/Helpers.c:1440–1445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1438}
1439
1440LRESULT ComboBox_AddStringA2W ( UINT uCP, HWND hwnd, LPCSTR lpString )
1441{
1442 WCHAR wsz[1024] = L"";
1443 MBCSToWChar ( uCP, lpString, wsz, COUNTOF ( wsz ) );
1444 return SendMessageW ( hwnd, CB_ADDSTRING, 0, ( LPARAM ) wsz );
1445}
1446
1447
1448//=============================================================================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected