Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

SysReAllocStringLen exception when using ApplicationVerifier

12 views
Skip to first unread message

Vasilescu@discussions.microsoft.com Bogdan Vasilescu

unread,
Mar 12, 2010, 5:55:01 PM3/12/10
to
Hello,

The following code generates an exception when using Application Verifier:

BSTR strTest = SysAllocString(L" NewMsgFilter1");
SysReAllocStringLen(&strTest, strTest + 1, 2);

Am I misunderstanding the usage of SysReAllocStringLen or there is a problem
within Application Verifier?

Thank you,
Bogdan Vasilescu

0 new messages