diff --git a/PInvoke/CldApi/cfapi.Funcs.cs b/PInvoke/CldApi/cfapi.Funcs.cs index cceac3b0..297d332e 100644 --- a/PInvoke/CldApi/cfapi.Funcs.cs +++ b/PInvoke/CldApi/cfapi.Funcs.cs @@ -12,7 +12,7 @@ namespace Vanara.PInvoke /// The callback information. /// The callback parameters. [UnmanagedFunctionPointer(CallingConvention.Winapi)] - public delegate void CF_CALLBACK(in CF_CALLBACK_INFO CallbackInfo, in CF_CALLBACK_PARAMETERS CallbackParameters); + public delegate void CF_CALLBACK(in CF_CALLBACK_INFO CallbackInfo, IntPtr CallbackParameters); /// /// Closes the file or directory handle returned by CfOpenFileWithOplock. This should not be used with standard Win32 file handles,