Created
November 13, 2018 10:35
-
-
Save Criteo-dotnet-blog/de8cb108a47425d80af8400c44608010 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
[DllImport("psapi.dll", BestFitMapping = false, CharSet = CharSet.Auto, SetLastError = true)] | |
private static extern int GetModuleFileNameEx(SafeProcessHandle processHandle, IntPtr moduleHandle, StringBuilder baseName, int size); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment