Changed CF_CALLBACK to simplify second param

pull/119/head
dahall 2020-04-26 14:10:14 -06:00
parent 1ac76ca085
commit 1a68d72ebd
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ namespace Vanara.PInvoke
/// <param name="CallbackInfo">The callback information.</param>
/// <param name="CallbackParameters">The callback parameters.</param>
[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);
/// <summary>
/// Closes the file or directory handle returned by CfOpenFileWithOplock. This should not be used with standard Win32 file handles,