We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4e5f5 commit 1fb0856Copy full SHA for 1fb0856
1 file changed
FlashpointSecurePlayer/Shared.cs
@@ -192,13 +192,14 @@ uint cchBuffer
192
193
[Flags]
194
public enum URL_APPLYFlags : uint {
195
+ Zero = 0x00000000,
196
URL_APPLY_DEFAULT = 0x00000001,
197
URL_APPLY_GUESSSCHEME = 0x00000002,
198
URL_APPLY_GUESSFILE = 0x00000004,
199
URL_APPLY_FORCEAPPLY = 0x00000008
200
}
201
- [DllImport("SHLWAPI.DLL", CharSet = CharSet.Auto, CallingConvention = CallingConvention.Winapi)]
202
+ [DllImport("Shlwapi.dll", CharSet = CharSet.Auto)]
203
public static extern int UrlApplyScheme(
204
[MarshalAs(UnmanagedType.LPTStr)]
205
string pszIn,
0 commit comments