mirror of
https://github.com/BluePointLilac/ContextMenuManager.git
synced 2026-01-16 01:00:38 +08:00
This commit is contained in:
@@ -17,6 +17,6 @@ namespace BulePointLilac.Methods
|
||||
}
|
||||
|
||||
[DllImport("shlwapi.dll", BestFitMapping = false, CharSet = CharSet.Unicode, ExactSpelling = true, SetLastError = false, ThrowOnUnmappableChar = true)]
|
||||
public static extern int SHLoadIndirectString(string pszSource, StringBuilder pszOutBuf, uint cchOutBuf, IntPtr ppvReserved);
|
||||
private static extern int SHLoadIndirectString(string pszSource, StringBuilder pszOutBuf, uint cchOutBuf, IntPtr ppvReserved);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user