jrsofsd Posted November 14, 2017 Share Posted November 14, 2017 The function _WinAPI_FormatMessage() in the include file WinAPI.au3 appears to have an unused line of code: If $sBufferType = "wstr" Then $pBuffer = $aResult[5] Link to comment Share on other sites More sharing options...
Tekk Posted November 14, 2017 Share Posted November 14, 2017 Looks used to me, notice that $pBuffer is a ref. Link to comment Share on other sites More sharing options...
jrsofsd Posted November 15, 2017 Author Share Posted November 15, 2017 Ah, of course. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now