Setfileinformationbyhandle
Last updated
Last updated
[DllImport("Kernel32.dll", SetLastError = true)][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool SetFileInformationByHandle(IntPtr hFile,
uint FileInformationClass
Microsoft documentation: Link