Use EnableTraceEx to support Windows 2008 Server SP1#5
Conversation
|
Hey! Thank you for the contribution and huge sorry for a late answer! Sadly, I'm unsure that we can safely move to the For example, I'm not sure that
Are there any clear (and preferably official) list of differences between features of As for support of Windows 2008 Server SP1 and below, I believe it's out of maintenance now, isn't it? Perhaps we could think about a fallback to the old API when the new one is not available, but I'm unsure how useful it would be. |
|
fallback seems to be a better option, though I think the old API |
|
I'm not sure that we could just RE a DLL and ensure it in a one single version. I'm concerned about our future need in modern API and about MS guys who will change the undocumented behaviour somehow. So, as for me, small and readable fallback (can we make it nice?) seems a better option. p.s. Huge sorry for answering once a month! 😅 |
EnableTraceEx2only exists after Windows 2008 Server SP2, yet the new features are not being used. Switch toEnableTraceExfor better backwards compatibility.