CSharp___DllImport.Phone.GetIsLocked C# (CSharp) Method

GetIsLocked() public static method

Hardware lock key pressed or system lock timeout
public static GetIsLocked ( ) : bool
return bool
        public static bool GetIsLocked()
        {
            var t = DllImportCaller.lib.VoidCall("aygshell", "SHIsLocked");
            return t == 1;
        }