1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
/*++ Copyright (c) Microsoft Corporation. All rights reserved. Module Name: hwn.h Abstract: Header file that defines structures, prototypes and definitions required by consumers of Hardware Notification services. Environment: Kernel mode or User mode --*/ #ifndef __HWN_H__ #define __HWN_H__ #if (NTDDI_VERSION >= NTDDI_WIN8) #ifdef __cplusplus extern "C" { #endif // // Define IOCTLs to get and set Hardware Notifications. // #define IOCTL_HWN_SET_STATE \ CTL_CODE(FILE_DEVICE_UNKNOWN, 0, METHOD_BUFFERED, FILE_WRITE_ACCESS) #define IOCTL_HWN_GET_STATE \ CTL_CODE(FILE_DEVICE_UNKNOWN, 1, METHOD_BUFFERED, FILE_READ_ACCESS | \ FILE_WRITE_ACCESS) DEFINE_GUID (HWN_DEVINTERFACE, 0x81ca6602, 0xdae3, 0x476f, 0x8e, 0x3a, 0x60, 0x76, 0x6b, 0x2f, 0xff, 0x1b); DEFINE_GUID (HWN_DEVINTERFACE_VIBRATOR, 0x825e8fd3, 0x6467, 0x4a5b, 0xab, 0xfb, 0xbb, 0x01, 0x07, 0x34, 0xff, 0x4d); DEFINE_GUID (HWN_DEVINTERFACE_NLED, 0x6b2a25e2, 0xaaf5, 0x482c, 0x99, 0xa5, 0x62, 0x05, 0xcd, 0xcc, 0x17, 0x6a); #define HWN_SUPPORTED 0xAAAA #define HWN_NOT_SUPPORTED 0x5555 #define HWN_CURRENT_MTE_NOT_SUPPORTED 0xFFFFFFFF // // The various states devices can be set to // typedef enum _HWN_STATE { HWN_OFF = 0, HWN_ON = 1, HWN_BLINK = 2, HWN_TOTAL_STATES } HWN_STATE; // // The various types of devices supported // typedef enum _HWN_TYPE { HWN_UNKNOWN = 0, HWN_LED = 1, HWN_VIBRATOR = 2, HWN_TOTAL_TYPES } HWN_TYPE; // // Defines the capabilities or settings a client driver may support. // Specifically, it is used as the index to HwNSettings[] member of the // HWN_SETTINGS structure. // typedef enum _HWN_SETTINGS_OPTIONS { HWN_INTENSITY = 0, // HwN intensity (0 - 100%) HWN_PERIOD = 1, // HwN period in milliseconds HWN_DUTY_CYCLE = 2, // HwN duty cycle (0 - 100%) HWN_CYCLE_COUNT = 3, // HwN number of repetitions of cycle HWN_CYCLE_GRANULARITY = 4, // HwN adjustment granularity - read only HWN_CURRENT_MTE_RESERVED = 5, // HwN device current in mA for MTE use only HWN_TOTAL_SETTINGS } HWN_SETTINGS_OPTIONS; // // A structure for getting data from or setting data to a device // typedef struct _HWN_SETTINGS { ULONG HwNId; // HwN ID number, 0 is first HWN_TYPE HwNType; // specifies type of a device ULONG HwNSettings[HWN_TOTAL_SETTINGS]; // holds the current device's settings HWN_STATE OffOnBlink; // 0-off, 1-on, 2-blink } HWN_SETTINGS, *PHWN_SETTINGS; #define HWN_SETTINGS_SIZE (sizeof(HWN_SETTINGS)) // // Defines a structure for a header of each data packet // // Data packet format: // // |-------------------| // | HWN_HEADER | // |-------------------| // | HWN_SETTINGS[0] | // |-------------------| // | HWN_SETTINGS[1] | // |-------------------| // | HWN_SETTINGS[N] | // |-------------------| // typedef struct _HWN_HEADER { ULONG HwNPayloadSize; //Total size of a payload ULONG HwNPayloadVersion; //Version number of a payload ULONG HwNRequests; //Number of requests in a payload HWN_SETTINGS HwNSettingsInfo[ANYSIZE_ARRAY]; } HWN_HEADER, *PHWN_HEADER; #define HWN_HEADER_SIZE (sizeof(HWN_HEADER)-sizeof(HWN_SETTINGS)) #ifdef __cplusplus } #endif #endif #endif