WinVerifyTrust
[DllImport("wintrust.dll", SetLastError = true)]
public static extern uint WinVerifyTrust(
IntPtr hWnd,
IntPtr pgActionID,
IntPtr pWinTrustData
);Last updated
[DllImport("wintrust.dll", SetLastError = true)]
public static extern uint WinVerifyTrust(
IntPtr hWnd,
IntPtr pgActionID,
IntPtr pWinTrustData
);Last updated