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

Function ExpandEnvironmentStringsEx

src/Helpers.c:1310–1316  ·  view source on GitHub ↗

============================================================================= ExpandEnvironmentStringsEx() Adjusted for Windows 95

Source from the content-addressed store, hash-verified

1308// Adjusted for Windows 95
1309//
1310void ExpandEnvironmentStringsEx ( LPWSTR lpSrc, DWORD dwSrc )
1311{
1312 WCHAR szBuf[312];
1313 if ( ExpandEnvironmentStrings ( lpSrc, szBuf, COUNTOF ( szBuf ) ) ) {
1314 lstrcpyn ( lpSrc, szBuf, dwSrc );
1315 }
1316}
1317
1318
1319//=============================================================================

Callers 7

PathAbsoluteFromAppFunction · 0.85
PathGetLnkPathFunction · 0.85
RunDlgProcFunction · 0.85
MsgCommandFunction · 0.85
FindIniFileFunction · 0.85
_FileLoadFunction · 0.85
ActivatePrevInstFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected