Ticket #2836: _WinAPI_SfcIsKeyProtected.au3

File _WinAPI_SfcIsKeyProtected.au3, 181 bytes (added by mLipok, 10 years ago)
Line 
1#include <WinAPIFiles.au3>
2#include <MsgBoxConstants.au3>
3
4MsgBox($MB_SYSTEMMODAL, "Title", 'File Protection Status = ' & _WinAPI_SfcIsFileProtected("C:\Windows\explorer.exe"))