Created
November 13, 2018 10:37
-
-
Save Criteo-dotnet-blog/9a0e5a22690f7119239557566dc8daac to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
StringBuilder stringBuilder2 = new StringBuilder(1024); | |
if (Microsoft.Win32.NativeMethods.GetModuleFileNameEx( | |
safeProcessHandle, | |
new HandleRef(null, handle), | |
stringBuilder2, | |
stringBuilder2.Capacity * 2 | |
) == 0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment