j
k
j a
j l
On 28.01.2017 22:59, Alex Henrie wrote:
+ __TRY { - *surface = NULL; - return hr; + if (FAILED(hr)) + { + *surface = NULL; + return hr; + }
Its not possible to use return in a __TRY block.
Back to the thread
Back to the list