Desktop Functions: Smart Device Functions:
|
Search Results for "EM_" in [All]psapi
/// pages (using VirtualAlloc with MEM_COMMIT) changes this value immediately; however, ntdll
public static extern NtStatus NtQuerySystemInformation(SYSTEM_INFORMATION_CLASS InfoClass, IntPtr Info, uint Size, out uint Length); NtStatus, SYSTEM_INFORMATION_CLASS
public static IntPtr NtQuerySystemInformation(SYSTEM_INFORMATION_CLASS infoClass, uint infoLength = 0)
NativeMethods.SYSTEM_MEMORY_LIST_INFORMATION
result = (UInt32)NativeMethods.NtQuerySystemInformation(NativeMethods.SYSTEM_INFORMATION_CLASS.SystemMemoryListInformation, buff, result, out returnSize);
if (NativeMethods.SYSTEM_MEMORY_LIST_INFORMATION_SIZE == 0)
NativeMethods.SYSTEM_MEMORY_LIST_INFORMATION_SIZE = returnSize;
MemoryList = (NativeMethods.SYSTEM_MEMORY_LIST_INFORMATION)Marshal.PtrToStructure(buff, typeof(NativeMethods.SYSTEM_MEMORY_LIST_INFORMATION));
static extern UInt32 NtSetSystemInformation(NtSystemInformation.SYSTEM_INFORMATION_CLASS InfoClass, IntPtr Info, UInt32 Length);
public static void SetSystemInformation(NtSystemInformation.SYSTEM_INFORMATION_CLASS InfoClass, IntPtr Info, UInt32 Length)
public enum SYSTEM_INFORMATION_CLASS
SystemMemoryListInformation = 0x0050, // SYSTEM_MEMORY_LIST_INFORMATION
Declare Function SYSTEM_INFORMATION_CLASS Lib "ntdll.dll" (TODO) As TODO
public struct SYSTEM_MEMORY_LIST_INFORMATION // Size=88
Declare Function SYSTEM_MEMORY_LIST_INFORMATION Lib "ntdll.dll" (TODO) As TODO
NativeMethods.SYSTEM_MEMORY_LIST_INFORMATION
result = (UInt32)NativeMethods.NtQuerySystemInformation(NativeMethods.SYSTEM_INFORMATION_CLASS.SystemMemoryListInformation, buff, result, out returnSize);
MemoryList = (NativeMethods.SYSTEM_MEMORY_LIST_INFORMATION)Marshal.PtrToStructure(buff, typeof(NativeMethods.SYSTEM_MEMORY_LIST_INFORMATION)); Structures6: FORMATETC
// handle with the GMEM_SHARE flag. If the System.Runtime.InteropServices.ComTypes.STGMEDIUMSystem.Runtime.InteropServices.ComTypes.STGMEDIUM.pUnkForRelease
' handle with the GMEM_SHARE flag. If the System.Runtime.InteropServices.ComTypes.STGMEDIUMSystem.Runtime.InteropServices.ComTypes.STGMEDIUM.pUnkForRelease
public SYSTEM_POWER_STATE LidOpenWakeAc;
public SYSTEM_POWER_STATE LidOpenWakeDc;
Public LidOpenWakeAc As SYSTEM_POWER_STATE
Public LidOpenWakeDc As SYSTEM_POWER_STATE
public SYSTEM_POWER_LEVEL[] DischargePolicy;
Public DischargePolicy As SYSTEM_POWER_LEVEL()
IMAGE_SUBSYSTEM_UNKNOWN = 0,
IMAGE_SUBSYSTEM_NATIVE = 1,
IMAGE_SUBSYSTEM_WINDOWS_GUI = 2,
IMAGE_SUBSYSTEM_WINDOWS_CUI = 3,
IMAGE_SUBSYSTEM_POSIX_CUI = 7,
IMAGE_SUBSYSTEM_WINDOWS_CE_GUI = 9,
IMAGE_SUBSYSTEM_EFI_APPLICATION = 10,
IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER = 11,
IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER = 12,
IMAGE_SUBSYSTEM_EFI_ROM = 13,
IMAGE_SUBSYSTEM_XBOX = 14
''' IMAGE_SUBSYSTEM_NATIVE // Image doesn't require a subsystem
''' IMAGE_SUBSYSTEM_WINDOWS_GUI // Use the Windows GUI
''' IMAGE_SUBSYSTEM_WINDOWS_CUI // Run as a console mode application
' IMAGE_SUBSYSTEM_NATIVE (Image doesn't require a subsystem)
' IMAGE_SUBSYSTEM_WINDOWS_GUI (Use the Windows GUI)
' IMAGE_SUBSYSTEM_WINDOWS_CUI (Run as a console mode application. When run, the OS creates a
' IMAGE_SUBSYSTEM_NATIVE (Image doesn't require a subsystem)
' IMAGE_SUBSYSTEM_WINDOWS_GUI (Use the Windows GUI)
' IMAGE_SUBSYSTEM_WINDOWS_CUI (Run as a console mode application. When run, the OS creates a
IMAGE_SUBSYSTEM_UNKNOWN = 0,
IMAGE_SUBSYSTEM_NATIVE = 1,
IMAGE_SUBSYSTEM_WINDOWS_GUI = 2,
IMAGE_SUBSYSTEM_WINDOWS_CUI = 3,
IMAGE_SUBSYSTEM_POSIX_CUI = 7,
IMAGE_SUBSYSTEM_WINDOWS_CE_GUI = 9,
IMAGE_SUBSYSTEM_EFI_APPLICATION = 10,
IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER = 11,
IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER = 12,
IMAGE_SUBSYSTEM_EFI_ROM = 13,
IMAGE_SUBSYSTEM_XBOX = 14 11: KEYBDINPUT
OEM_1 = 0xBA,
OEM_PLUS = 0xBB,
OEM_COMMA = 0xBC,
OEM_MINUS = 0xBD,
OEM_PERIOD = 0xBE,
OEM_2 = 0xBF,
OEM_3 = 0xC0,
OEM_4 = 0xDB,
OEM_5 = 0xDC,
OEM_6 = 0xDD,
OEM_7 = 0xDE,
OEM_8 = 0xDF,
OEM_102 = 0xE2,
OEM_CLEAR = 0xFE
OEM_1 = 39,
OEM_PLUS = 13,
OEM_COMMA = 51,
OEM_MINUS = 12,
OEM_PERIOD = 52,
OEM_2 = 53,
OEM_3 = 41,
OEM_4 = 26,
OEM_5 = 43,
OEM_6 = 27,
OEM_7 = 40,
OEM_8 = 0,
OEM_102 = 86,
OEM_CLEAR = 0, 12: LOGFONT
OEM_CHARSET = 255,
OEM_CHARSET = 255
SYSTEM_POWER_STATE MinSleepAc;
SYSTEM_POWER_STATE MinSleepDc;
SYSTEM_POWER_STATE ReducedLatencySleepAc;
SYSTEM_POWER_STATE ReducedLatencySleepDc;
Private MinSleepAc As SYSTEM_POWER_STATE
Private MinSleepDc As SYSTEM_POWER_STATE
Private ReducedLatencySleepAc As SYSTEM_POWER_STATE
Private ReducedLatencySleepDc As SYSTEM_POWER_STATE
MEM_COMMIT = 0x1000,
MEM_FREE = 0x10000,
MEM_RESERVE = 0x2000
MEM_IMAGE = 0x1000000,
MEM_MAPPED = 0x40000,
MEM_PRIVATE = 0x20000 15: SERVICE_STATUS
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002, 17: SYSTEM_INFO
struct SYSTEM_POWER_CAPABILITIES
public SYSTEM_POWER_STATE AcOnLineWake;
public SYSTEM_POWER_STATE SoftLidWake;
public SYSTEM_POWER_STATE RtcWake;
public SYSTEM_POWER_STATE MinDeviceWakeState;
public SYSTEM_POWER_STATE DefaultLowLatencyWake;
struct SYSTEM_POWER_LEVEL {
public SYSTEM_POWER_STATE MinSystemState;
Structure SYSTEM_POWER_LEVEL
Public MinSystemState As SYSTEM_POWER_STATE 23: TITLEBARINFO
STATE_SYSTEM_UNAVAILABLE = &H1
STATE_SYSTEM_PRESSED = &H8
STATE_SYSTEM_INVISIBLE = &H8000
STATE_SYSTEM_OFFSCREEN = &H10000
STATE_SYSTEM_FOCUSABLE = &H100000
public SYSTEM_POWER_STATE MaxSleepAc;
public SYSTEM_POWER_STATE MaxSleepDc;
Public MaxSleepAc As SYSTEM_POWER_STATE
Public MaxSleepDc As SYSTEM_POWER_STATE mscorsnX¿Â#ôÓï¡Ô¶ÙâÕ:þ»Þ8&>ô½NOL»</³ÚxüÈIëVöf mEâϳ¿"]ªØ^qâ¯}Ii§Ûé ¦ÞSÝf2kÞ»p_§ÖÑáEDd*9êce´¥z|*ãT®?9¶lyÚ¶<ÈôÃ$BCÓÂw¢«ZEM_Ø65zÒÄA[ùQ]\$ê8ètÀîÕÔYïºôØEüaðÀdUÅÆúyo¤"nàßüXÙø,ÁyY3ö(LLk Constants26: EM_
/// Based on EM_* constants defined in winuser.h in the Windows API.
/// Based on EM_* constants defined in richedit.h in the Windows API.
public enum EM_Rich : int
27: PROPERTYKEY
public static PropertyKey WPD_STORAGE_FILE_SYSTEM_TYPE = new PropertyKey(0x01A3057A, 0x74D6, 0x4E80, 0xBE, 0xA7, 0xDC, 0x4C, 0x21, 0x2C, 0xE5, 0x0A, 3);
public static PropertyKey PKEY_CONFIGUI_MENUITEM_NOUI = new PropertyKey(0x554b24ea, 0xe8e3, 0x45ba, 0x93, 0x52, 0xdf, 0xb5, 0x61, 0xe1, 0x71, 0xe4, 12);
const int SECURITY_MANDATORY_SYSTEM_RID = (0x00004000);
const int SECURITY_MANDATORY_SYSTEM_RID = (0x00004000);
else if (dwIntegrityLevel >= SECURITY_MANDATORY_SYSTEM_RID) { 29: WINBASE
public const int FSCTL_MARK_AS_SYSTEM_HIVE = 0x0009004f;
public const int FSCTL_FILESYSTEM_GET_STATISTICS = 0x00090060; 30: WINERROR
public const int ERROR_REM_NOT_LIST = 51;
public const int ERROR_BAD_REM_ADAP = 60;
public const int ERROR_EXCL_SEM_ALREADY_OWNED = 101;
public const int ERROR_SEM_IS_SET = 102;
public const int ERROR_TOO_MANY_SEM_REQUESTS = 103;
public const int ERROR_SEM_OWNER_DIED = 105;
public const int ERROR_SEM_USER_LIMIT = 106;
public const int ERROR_SEM_TIMEOUT = 121;
public const int ERROR_SYSTEM_TRACE = 150;
public const int ERROR_SEM_NOT_FOUND = 187;
public const int ERROR_SMARTCARD_SUBSYSTEM_FAILURE = 1264;
public const int ERROR_NO_SYSTEM_MENU = 1437;
public const int ERROR_NO_SYSTEM_RESOURCES = 1450;
public const int ERROR_NONPAGED_SYSTEM_RESOURCES = 1451;
public const int ERROR_PAGED_SYSTEM_RESOURCES = 1452;
public const int ERROR_MENU_ITEM_NOT_FOUND = 1456;
public const int ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED = 5077;
public const int ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT = 5903;
public const int ERROR_CTX_MODEM_INF_NOT_FOUND = 7009;
public const int ERROR_CTX_MODEM_RESPONSE_ERROR = 7011;
public const int ERROR_CTX_MODEM_RESPONSE_TIMEOUT = 7012;
public const int ERROR_CTX_MODEM_RESPONSE_NO_CARRIER = 7013;
public const int ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE = 7014;
public const int ERROR_CTX_MODEM_RESPONSE_BUSY = 7015;
public const int ERROR_CTX_MODEM_RESPONSE_VOICE = 7016;
public const int ERROR_DS_CANT_REM_MISSING_ATT = 8324;
public const int ERROR_DS_CANT_REM_MISSING_ATT_VAL = 8325;
public const int ERROR_DS_CANT_ADD_SYSTEM_ONLY = 8358;
public const int ERROR_DS_CANT_MOD_SYSTEM_ONLY = 8369;
public const int ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER = 8615;
public const int MEM_E_INVALID_ROOT = (int)(0x80080009 - 0x100000000);
public const int MEM_E_INVALID_LINK = (int)(0x80080010 - 0x100000000);
public const int MEM_E_INVALID_SIZE = (int)(0x80080011 - 0x100000000);
public const int SEC_E_CRYPTO_SYSTEM_INVALID = (int)(0x80090337 - 0x100000000);
public const int OSS_MEM_ERROR = (int)(0x8009300E - 0x100000000);
public const int OSS_MEM_MGR_DLL_NOT_LINKED = (int)(0x80093026 - 0x100000000);
public const int TRUST_E_SYSTEM_ERROR = (int)(0x80096001 - 0x100000000);
public const int SPAPI_E_NO_CATALOG_FOR_OEM_INF = (int)(0x800F022F - 0x100000000);
public const int SPAPI_E_SET_SYSTEM_RESTORE_POINT = (int)(0x800F0236 - 0x100000000);
public const int SCARD_E_SYSTEM_CANCELLED = (int)(0x80100012 - 0x100000000); shell32
COMMON_OEM_LINKS = &H3A winscard
SCARD_E_SYSTEM_CANCELLED = 0x80100012, difxapi33: 9PM56UCEFMB4W8WUQVDHC6PPUGUNONI4ZYALRLVJ8VKDR1YS0H88E5GDU02YYBXSCNIBAMM4XPTL586852GBL892NB1CEH1X1510 ÒéeM_=tâ!#váfL1óÖmº±B¡-¡#tÌS9S÷ZÈbu¹/|·¯ÐëÞoÌ71o EOÈÒ_d±5ÖH.®¶/G#aÊKlºªáI9b`óGX±"ûInÔï0ùп '¡Rb1*nÍ_åzÆD´7³¾OtùÝ̰ͺ·Ûò¦dÏW6½k««@NLFÖEk4YE5ôÓ8Þüfí0pÈ£0ÐÑP¸ÏÎ)!OcS¸Qçú½<âA´Ú]©6êzlQí|r[BîdjúçÇëabGP¾uÇûøòáÔ©BϸágdT¸¹wb;¤`b¯:2«DK¬ß°Ê:]«fÂ8©»HõÓâ40¸RïFø k)*<| crypt32
CERT_SYSTEM_STORE_CURRENT_USER, icmp35: 8DAZPU0667AT225BBWGW5WLBNSFQ5385ZKN6OIZO0TJC9H7A68WMQXEA3EA0NJV7WP4O3OFWEBUW7M8L3OFQLAW1M2IY5KGJYL9I ¥P¼q£d>4¿=ÔÉÈ7ÂB²DfS1\ûº±Æa(ÅðHGÐmeèávû£$êbõ·³ÊSLiÜDj1ÈõðïA6Z£Lr÷\CPw xxóju¬Ù°ñvVzrÔf`ì²w7º|Trdâ1kBÎ!,¬¿Q¥µ¸¤k 2EÈÄö}J*ú>Á·ÁCØ||êOçå ¡]Ä"¡HÄ /ß½ëè.·-¼ñ¼c¦Àº¦?©kçþf¶DÇVäï«Óh3;̵}y⩨z´H¹®%]Ö©ëø%ñòtx!ã\ZRþ×ÇçQ¯vr):»¡ daÁ'ÀM¨ìU¬øÓ/%£÷$EE¾' ̨üö4¦²uþÉÔ{ Øp©T¬×çb÷GcÛÎ>QÍÞ ]S±ÈZ1Û¾¤5±ïlÛì8±Äغ ¥[a(° Ëû°'aäwª; x3ë9n3SØgÅéLÕZeæá0e|×eg1ç2LV·[² ôwÊë+ÌθþåXW3®!QÌ(¢Ñ;À£}xBåîéd=Çîê§mÉýÓò:;1^}ô5Cx¡èt¥Ð¡i0A´S ,§3ÒÈD=«ì·Ì)ù8#*,¶x¤QË´êþúZÐ_ܶ¯Ó±Í&ÈË:Ê«7Ú¥ÓÖß4LÝÀÐ%[Ç]/ÈÅÈK-±å17 +Äÿ©$joSe·ÌòA;¥3§ÈMë¬3¤ýø[º_I.Þ×GLèÆàÌþ7¼nDw½ 1BÒ¸ã¹0í7ÆOPÄT2I¬ðPC§³[\ l L9¼ÊE4_åìçâA<CyNÎ1Kĸ.jqFíQø÷ý~û²"hÚöÔéX=»PΫEï4£¡ÁÅúÿÃ:e.{2E.çILüßzèñ®V£0ô%è=ë\¬G¶ÙÏa%?®kjêîMÓ9Ú«ÔÎÔÂû/BϬ;hIÍIx¿´=çôcû2վ̥Él?X8&`sÖS $îql(ñjKÂVîKa̸ÑÉâ>/߻΢x½È ¡Ü¶õ¶ÈZ[&yÊa7iTSÞ·µ/¤FÆîÞØéjc pÔ9<)ÍCϬN ÊÃïh{ÛLQ¸¤"pQªÕêtÁWó0í;v;kTeM_®®wxRÕFÓ3ų;ë¦LÉ8uSÉFÆî.¥æ×`eD¢õöµJce¯Â1à ¶ÈÖO!>Þ¿1ú} user3236: GetComboBoxInfo
STATE_SYSTEM_NONE = 0,
STATE_SYSTEM_INVISIBLE = 0x00008000,
STATE_SYSTEM_PRESSED = 0x00000008
STATE_SYSTEM_NONE = 0
STATE_SYSTEM_INVISIBLE = &H8000
STATE_SYSTEM_PRESSED = &H8 37: GetKeyboardState
VK_OEM_NEC_EQUAL = 0x92, // '=' key on numpad
VK_OEM_FJ_JISHO = 0x92, // 'Dictionary' key
VK_OEM_FJ_MASSHOU = 0x93, // 'Unregister word' key
VK_OEM_FJ_TOUROKU = 0x94, // 'Register word' key
VK_OEM_FJ_LOYA = 0x95, // 'Left OYAYUBI' key
VK_OEM_FJ_ROYA = 0x96, // 'Right OYAYUBI' key
VK_OEM_1 = 0xBA, // ';:' for US
VK_OEM_PLUS = 0xBB, // '+' any country
VK_OEM_COMMA = 0xBC, // ',' any country
VK_OEM_MINUS = 0xBD, // '-' any country
VK_OEM_PERIOD = 0xBE, // '.' any country
VK_OEM_2 = 0xBF, // '/?' for US
VK_OEM_3 = 0xC0, // '`~' for US
VK_OEM_4 = 0xDB, // '[{' for US
VK_OEM_5 = 0xDC, // '\|' for US
VK_OEM_6 = 0xDD, // ']}' for US
VK_OEM_7 = 0xDE, // ''"' for US
VK_OEM_8 = 0xDF,
VK_OEM_AX = 0xE1, // 'AX' key on Japanese AX kbd
VK_OEM_102 = 0xE2, // "<>" or "\|" on RT 102-key kbd.
VK_OEM_RESET = 0xE9,
VK_OEM_JUMP = 0xEA,
VK_OEM_PA1 = 0xEB,
VK_OEM_PA2 = 0xEC,
VK_OEM_PA3 = 0xED,
VK_OEM_WSCTRL = 0xEE,
VK_OEM_CUSEL = 0xEF,
VK_OEM_ATTN = 0xF0,
VK_OEM_FINISH = 0xF1,
VK_OEM_COPY = 0xF2,
VK_OEM_AUTO = 0xF3,
VK_OEM_ENLW = 0xF4,
VK_OEM_BACKTAB = 0xF5,
VK_OEM_CLEAR = 0xFE 38: GetKeyState
VK_OEM_NEC_EQUAL = 0x92, // '=' key on numpad
VK_OEM_FJ_JISHO = 0x92, // 'Dictionary' key
VK_OEM_FJ_MASSHOU= 0x93, // 'Unregister word' key
VK_OEM_FJ_TOUROKU= 0x94, // 'Register word' key
VK_OEM_FJ_LOYA = 0x95, // 'Left OYAYUBI' key
VK_OEM_FJ_ROYA = 0x96, // 'Right OYAYUBI' key
VK_OEM_1 = 0xBA, // ';:' for US
VK_OEM_PLUS = 0xBB, // '+' any country
VK_OEM_COMMA = 0xBC, // ',' any country
VK_OEM_MINUS = 0xBD, // '-' any country
VK_OEM_PERIOD = 0xBE, // '.' any country
VK_OEM_2 = 0xBF, // '/?' for US
VK_OEM_3 = 0xC0, // '`~' for US
VK_OEM_4 = 0xDB, // '[{' for US
VK_OEM_5 = 0xDC, // '\|' for US
VK_OEM_6 = 0xDD, // ']}' for US
VK_OEM_7 = 0xDE, // ''"' for US
VK_OEM_8 = 0xDF,
VK_OEM_AX = 0xE1, // 'AX' key on Japanese AX kbd
VK_OEM_102 = 0xE2, // "<>" or "\|" on RT 102-key kbd.
VK_OEM_RESET = 0xE9,
VK_OEM_JUMP = 0xEA,
VK_OEM_PA1 = 0xEB,
VK_OEM_PA2 = 0xEC,
VK_OEM_PA3 = 0xED,
VK_OEM_WSCTRL = 0xEE,
VK_OEM_CUSEL = 0xEF,
VK_OEM_ATTN = 0xF0,
VK_OEM_FINISH = 0xF1,
VK_OEM_COPY = 0xF2,
VK_OEM_AUTO = 0xF3,
VK_OEM_ENLW = 0xF4,
VK_OEM_BACKTAB = 0xF5,
VK_OEM_CLEAR = 0xFE hGblEffect=GlobalAlloc(GMEM_ZEROINIT|GMEM_MOVEABLE|GMEM_DDESHARE,sizeof(DWORD)); 注意往剪贴板中放的数据必须使用GMEM_MOVEABLE标志,最后我们设置数据并解除锁定: hGblFiles= GlobalAlloc(GMEM_ZEROINIT|GMEM_MOVEABLE|GMEM_DDESHARE, uGblLen); 40: SB_GETTEXT
MEM_COMMIT = 0x00001000,
MEM_RESERVE = 0x00002000,
MEM_COMMIT_OR_RESERVE = 0x00003000,
MEM_DECOMMIT = 0x00004000,
MEM_RELEASE = 0x00008000,
MEM_FREE = 0x00010000,
MEM_PUBLIC = 0x00020000,
MEM_MAPPED = 0x00040000,
MEM_RESET = 0x00080000, // Win2K only
MEM_TOP_DOWN = 0x00100000,
MEM_WRITE_WATCH = 0x00200000, // Win98 only
MEM_PHYSICAL = 0x00400000, // Win2K only
//MEM_4MB_PAGES = 0x80000000, // ??
MEM_IMAGE = SEC_IMAGE
allocated = StatusBar.VirtualAllocEx(hProcess, IntPtr.Zero, length, (VirtualAllocExTypes.MEM_COMMIT_OR_RESERVE), AccessProtectionFlags.PAGE_READWRITE);
StatusBar.VirtualFreeEx(hProcess, allocated, 0, VirtualAllocExTypes.MEM_RELEASE); 41: SetSystemCursor
enum OCR_SYSTEM_CURSORS : uint 42: SetWinEventHook const uint EVENT_SYSTEM_SOUND = 0x0001; const uint EVENT_SYSTEM_ALERT = 0x0002; const uint EVENT_SYSTEM_FOREGROUND = 0x0003; const uint EVENT_SYSTEM_MENUSTART = 0x0004; const uint EVENT_SYSTEM_MENUEND = 0x0005; const uint EVENT_SYSTEM_MENUPOPUPSTART = 0x0006; const uint EVENT_SYSTEM_MENUPOPUPEND = 0x0007; const uint EVENT_SYSTEM_CAPTURESTART = 0x0008; const uint EVENT_SYSTEM_CAPTUREEND = 0x0009; const uint EVENT_SYSTEM_MOVESIZESTART = 0x000A; const uint EVENT_SYSTEM_MOVESIZEEND = 0x000B; const uint EVENT_SYSTEM_CONTEXTHELPSTART = 0x000C; const uint EVENT_SYSTEM_CONTEXTHELPEND = 0x000D; const uint EVENT_SYSTEM_DRAGDROPSTART = 0x000E; const uint EVENT_SYSTEM_DRAGDROPEND = 0x000F; const uint EVENT_SYSTEM_DIALOGSTART = 0x0010; const uint EVENT_SYSTEM_DIALOGEND = 0x0011; const uint EVENT_SYSTEM_SCROLLINGSTART = 0x0012; const uint EVENT_SYSTEM_SCROLLINGEND = 0x0013; const uint EVENT_SYSTEM_SWITCHSTART = 0x0014; const uint EVENT_SYSTEM_SWITCHEND = 0x0015; const uint EVENT_SYSTEM_MINIMIZESTART = 0x0016; const uint EVENT_SYSTEM_MINIMIZEEND = 0x0017; const uint EVENT_SYSTEM_DESKTOPSWITCH = 0x0020; const uint EVENT_SYSTEM_END = 0x00FF; const uint EVENT_OEM_DEFINED_START = 0x0101; const uint EVENT_OEM_DEFINED_END = 0x01FF; const uint EVENT_SYSTEM_ARRANGMENTPREVIEW = 0x8016;
/// <see cref="!:https://msdn.microsoft.com/en-us/library/windows/desktop/ms644960%28v=vs.85%29.aspx#system_events"> 44: VirtualKeyCodes Public Const VK_OEM_CLEAR = &HFE
public const uint VK_OEM_NEC_EQUAL = 0x92; // '=' key on numpad
public const uint VK_OEM_FJ_JISHO = 0x92; // 'Dictionary' key
public const uint VK_OEM_FJ_MASSHOU = 0x93; // 'Unregister word' key
public const uint VK_OEM_FJ_TOUROKU = 0x94; // 'Register word' key
public const uint VK_OEM_FJ_LOYA = 0x95; // 'Left OYAYUBI' key
public const uint VK_OEM_FJ_ROYA = 0x96; // 'Right OYAYUBI' key
public const uint VK_OEM_1 = 0xBA; // ';:' for US
public const uint VK_OEM_PLUS = 0xBB; // '+' any country
public const uint VK_OEM_COMMA = 0xBC; // ',' any country
public const uint VK_OEM_MINUS = 0xBD; // '-' any country
public const uint VK_OEM_PERIOD = 0xBE; // '.' any country
public const uint VK_OEM_2 = 0xBF; // '/?' for US
public const uint VK_OEM_3 = 0xC0; // '`~' for US
public const uint VK_OEM_4 = 0xDB; // '[{' for US
public const uint VK_OEM_5 = 0xDC; // '\|' for US
public const uint VK_OEM_6 = 0xDD; // ']}' for US
public const uint VK_OEM_7 = 0xDE; // ''"' for US
public const uint VK_OEM_8 = 0xDF;
public const uint VK_OEM_AX = 0xE1; // 'AX' key on Japanese AX kbd
public const uint VK_OEM_102 = 0xE2; // "<>" or "\|" on RT 102-key kbd.
public const uint VK_OEM_RESET = 0xE9;
public const uint VK_OEM_JUMP = 0xEA;
public const uint VK_OEM_PA1 = 0xEB;
public const uint VK_OEM_PA2 = 0xEC;
public const uint VK_OEM_PA3 = 0xED;
public const uint VK_OEM_WSCTRL = 0xEE;
public const uint VK_OEM_CUSEL = 0xEF;
public const uint VK_OEM_ATTN = 0xF0;
public const uint VK_OEM_FINISH = 0xF1;
public const uint VK_OEM_COPY = 0xF2;
public const uint VK_OEM_AUTO = 0xF3;
public const uint VK_OEM_ENLW = 0xF4;
public const uint VK_OEM_BACKTAB = 0xF5;
public const uint VK_OEM_CLEAR = 0xFE; Interfaces
int GetStatus( out uint hrStatus); //uses WORK_ITEM_STATUS
TASK_FLAG_SYSTEM_REQUIRED = 0x1000,
public enum WORK_ITEM_STATUS advapi32
case SecurityEntity.SE_SYSTEM_ENVIRONMENT_NAME:
case SecurityEntity.SE_SYSTEM_PROFILE_NAME:
SE_SYSTEM_PROFILE_NAME,
SE_SYSTEM_ENVIRONMENT_NAME, 47: CreateService
/// for ACCESS_SYSTEM_SECURITY access, and then disable the privilege.
ACCESS_SYSTEM_SECURITY = ACCESS_MASK.ACCESS_SYSTEM_SECURITY,
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002,
SERVICE_SYSTEM_START = 0x00000001,
''' for ACCESS_SYSTEM_SECURITY access and then disable the privilege.
ACCESS_SYSTEM_SECURITY = ACCESS_MASK.ACCESS_SYSTEM_SECURITY
SERVICE_FILE_SYSTEM_DRIVER = &H2
SERVICE_SYSTEM_START = &H1
CREATE_IGNORE_SYSTEM_DEFAULT = 0x80000000,
CREATE_IGNORE_SYSTEM_DEFAULT = &H80000000
private enum ServiceType { SERVICE_KERNEL_DRIVER = 0x1, SERVICE_FILE_SYSTEM_DRIVER = 0x2, SERVICE_WIN32_OWN_PROCESS = 0x10, SERVICE_WIN32_SHARE_PROCESS = 0x20, SERVICE_INTERACTIVE_PROCESS = 0x100, SERVICETYPE_NO_CHANGE = SERVICE_NO_CHANGE, SERVICE_WIN32 = (SERVICE_WIN32_OWN_PROCESS | SERVICE_WIN32_SHARE_PROCESS) }
public const string SE_SYSTEM_ENVIRONMENT_NAME = "SeSystemEnvironmentPrivilege";
public const string SE_SYSTEM_PROFILE_NAME = "SeSystemProfilePrivilege"; kernel3251: APIGetVersionEx
Dim si As New SYSTEM_INFO 52: CreateFile
Win32API.SYSTEM_INFO sysinfo = new Win32API.SYSTEM_INFO();
internal static extern void GetSystemInfo([MarshalAs(UnmanagedType.Struct)] ref SYSTEM_INFO lpSystemInfo);
internal struct SYSTEM_INFO
Win32API.SYSTEM_INFO sysinfo = new Win32API.SYSTEM_INFO();
internal static extern void GetSystemInfo([MarshalAs(UnmanagedType.Struct)] ref SYSTEM_INFO lpSystemInfo);
internal struct SYSTEM_INFO 54: CreateNamedPipe
ACCESS_SYSTEM_SECURITY = 0x01000000L
private void shutdownToolStripMenuItem_Click(object sender, EventArgs e)
internal static extern void GetNativeSystemInfo(ref SYSTEM_INFO lpSystemInfo);
Private Declare Sub GetNativeSystemInfo Lib "kernel32" (<MarshalAs(UnmanagedType.Struct)> ByRef lpSystemInfo As SYSTEM_INFO)
internal struct SYSTEM_INFO
internal static extern void GetNativeSystemInfo(ref SYSTEM_INFO lpSystemInfo);
internal static extern void GetSystemInfo(ref SYSTEM_INFO lpSystemInfo);
SYSTEM_INFO sysInfo = new SYSTEM_INFO(); 57: GetProcessId To use with an handle to a thread kernel object. (Possibly obtained by NtQuerySystemInformation with SYSTEM_INFORMATION_CLASS.SystemHandleInformation) To use with an handle to a thread kernel object. (Possibly obtained by NtQuerySystemInformation with SYSTEM_INFORMATION_CLASS.SystemHandleInformation) 59: GetProductInfo
namespace System_Info 60: GetSystemInfo public static extern void GetSystemInfo(out SYSTEM_INFO Info);
public struct SYSTEM_INFO_UNION
public struct SYSTEM_INFO
public SYSTEM_INFO_UNION CpuInfo;
NativeMethods.SYSTEM_INFO Cut off search results after 60. Please refine your search. |