How to check if a file is blocked in properties - security section
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I want to check in my VC++ code if a file is blocked. Normally when exe files are transferred over email, they will be blocked.If you go to the property of the file, you will see "Security: This file came from another computer and might be blocked to help protect this computer" and there will be a button to unblock it. I have to programmatically check this case. Is there any API or function that could help me get this information. Thanks in advance.:) Ranjan