![]() |
CXTPColorManager |
Post Reply ![]() |
Author | |
zaksoft ![]() Senior Member ![]() ![]() Joined: 05 June 2003 Location: Italy Status: Offline Points: 163 |
![]() ![]() ![]() ![]() ![]() Posted: 14 July 2013 at 11:47am |
..\XtremeToolkitPro\Source\Common\XTPColorManager.cpp line 852 of 16.2 version
function: XTPCurrentSystemTheme CXTPColorManager::_GetWinThemeWrapperTheme() WCHAR pszThemeFileName[MAX_PATH]; WCHAR pszColorBuff[MAX_PATH];
WCHAR pszSizeBuff[MAX_PATH];
ZeroMemory(pszThemeFileName, MAX_PATH);
ZeroMemory(pszColorBuff, MAX_PATH);
ZeroMemory(pszSizeBuff, MAX_PATH); Only half buffer will be zeroed ( ZeroMemory = Byte - WCHAR = 2 Bytes)
Hope this help. |
|
VS2022 - MFC MBCS Statically linked
XTP 23.1 Static Link --------------------------------------------------------- Davide Zaccanti - ZakSoft - www.zaksoft.com |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |