IsCatalogFile
[DllImport("wintrust.dll", SetLastError = true)]
public static extern bool IsCatalogFile(
IntPtr pwszFileName
);
Microsoft documentation: Link
Last updated
[DllImport("wintrust.dll", SetLastError = true)]
public static extern bool IsCatalogFile(
IntPtr pwszFileName
);
Microsoft documentation: Link
Last updated