Desktop Functions: Smart Device Functions:
|
Search Results for "11" in [All]wininet
Address of a null-terminated string that contains the host name of an Internet server. Alternately, the string can contain the IP number of the site in ASCII dotted-decimal format (for example, 11.0.1.45). user328: CreateCaret
Dim embeddedBitmap As Byte() = {137, 80, 78, 71, 13, 10, 26, 10, 0, 0, 0, 13, 73, 72, 68, 82, 0, 0, 0, 10, 0, 0, 0, 10, 8, 2, 0, 0, 0, 2, 80, 88, 234, 0, 0, 0, 1, 115, 82, 71, 66, 0, 174, 206, 28, 233, 0, 0, 0, 4, 103, 65, 77, 65, 0, 0, 177, 143, 11, 252, 97, 5, 0, 0, 0, 9, 112, 72, 89, 115, 0, 0, 14, 195, 0, 0, 14, 195, 1, 199, 111, 168, 100, 0, 0, 0, 48, 73, 68, 65, 84, 40, 83, 99, 248, 143, 23, 16, 39, 205, 192, 128, 162, 14, 206, 165, 138, 225, 184, 0, 204, 14, 252, 118, 3, 249, 8, 33, 100, 54, 132, 2, 2, 136, 40, 4, 64, 133, 144, 165, 177, 128, 255, 255, 1, 57, 41, 7, 8, 21, 108, 65, 188, 0, 0, 0, 0, 73, 69, 78, 68, 174, 66, 96, 130} 9: DeleteMenu
internal const UInt32 SC_ARRANGE =0xF110;
SC_ARRANGE = &HF110 10: GetClassName
case "00011009":
case "00011809":
case "00000411": 12: GetKeyboardState
VK_CONTROL = 0x11,
VK_F11 = 0x7A, 13: GetKeyState
VK_CONTROL = 0x11,
VK_F11 = 0x7A, 14: ReleaseCapture
private const int WM_SYSCOMMAND = 0x112; 15: SendMessage Used when propagating environment variables, for instance, updating the Path, without requiring a reboot: see also http://support.microsoft.com/kb/104011 Used when propagating environment variables, for instance, updating the Path, without requiring a reboot: see also http://support.microsoft.com/kb/104011 17: SetWindowsHookEx
/// <term>WH_FOREGROUNDIDLE (11)</term>
/// <term>WH_FOREGROUNDIDLE (11)</term> 18: SetWinEventHook const uint EVENT_SYSTEM_DIALOGEND = 0x0011; const uint EVENT_OBJECT_DEFACTIONCHANGE = 0x8011; // hwnd ID idChild is item w/ def action change 19: ShowScrollBar Edit by Dave 2012-09-11 d_a__v___e@hotmail.com 20: ShowState
SW_FORCEMINIMIZE = 11,
SW_MAX = 11 21: TCITEM You can find some more ideas here: http://www.andreas-reiff.de/2011/06/c-speicher-anderen-prozess-befullen-lassen-checken-ob-ein-button-gedruckt/ (though it is in German) 22: VirtualKeyCodes Public Const VK_CONTROL = &H11 'control Public Const VK_F11 = &H7A 'function keys
public const uint VK_CONTROL = 0x11;
public const uint VK_F11 = 0x7A; 23: VkKeyScan A sample program to explain usage (from: http://stackoverflow.com/a/35094566/2721611): 24: VkKeyScanEx A sample program to explain usage (from: [http://stackoverflow.com/a/35094566/2721611]): 25: WinHelpCommands
HELP_TCARD_OTHER_CALLER = 0x0011;
HELP_TCARD_OTHER_CALLER = &H0011
HELP_TCARD_OTHER_CALLER As Long = &H0011 misc26: Comments There is also IE (6.0.2800.1106.xpsp2) bug: clicking "Edit This Page" brings up error message "A runtime error has occurred... Line: 15 Error: 'ButtonBar' is undefined". Harmless but annoying. 7 April 2011 27: Helpful Tools
To use the PInvoke.net Add-In in Visual Studio 2008, you need to make some modifications. See http://www.red-gate.com/supportcenter/GeneralContent.aspx?c=knowledgebase\PInvoke\KB200711000198.htm oleacc
Dim IID_IAcce As Guid = New Guid("618736E0-3C3D-11CF-810C-00AA00389B71")
Guid guid = new Guid("{618736E0-3C3D-11CF-810C-00AA00389B71}"); shell3230: CSIDL
CSIDL_DRIVES = 0x0011, // My Computer 31: CSIDL
CSIDL_DRIVES = 0x0011, 32: ShellExecuteEx
SW_FORCEMINIMIZE = 11,
SW_MAX = 11 FYI, couldn't find documentation for this but if the recycle bin is already empty, it will return -2147418113 (0x8000FFFF (E_UNEXPECTED)) 34: SHGetFolderPath
CSIDL_DRIVES = 0x0011, // My Computer
public static readonly Guid CommonStartMenu = new Guid( "A4115719-D62E-491D-AA7C-E74B8BE3B067" );
public static readonly Guid Cookies = new Guid( "2B0F765D-C0E9-4171-908E-08A611B84FF6" );
public static readonly Guid Fonts = new Guid( "FD228CB7-AE11-4AE3-864C-16F3910AB8FE" );
public static readonly Guid History = new Guid( "D9DC8A3B-B784-432E-A781-5A1130A75963" );
public static readonly Guid SavedSearches = new Guid( "7d1d3a04-debb-4115-95cf-2f29da2920da" ); https://msdn.microsoft.com/en-us/library/14tx8hby%28v=vs.110%29.aspx
DRIVES = &H11
CSIDL_DRIVES = 0x0011, // My Computer
'"::{450d8fba-ad25-11d0-98a8-0800361b1103}"
dtf.ParseName("::{450d8fba-ad25-11d0-98a8-0800361b1103}"), Shell32.FolderItem2)
public static Guid CommonStartMenu = new Guid("A4115719-D62E-491D-AA7C-E74B8BE3B067");
public static Guid Cookies = new Guid("2B0F765D-C0E9-4171-908E-08A611B84FF6");
public static Guid Fonts = new Guid("FD228CB7-AE11-4AE3-864C-16F3910AB8FE");
public static Guid History = new Guid("D9DC8A3B-B784-432E-A781-5A1130A75963");
public static Guid SavedSearches = new Guid("7d1d3a04-debb-4115-95cf-2f29da2920da"); setupapi40: !!!!!!!!!!!!!! kþM_iªgÝÔV½B¥ìT¬`\¯½=ZKI 9D;Xu}ó´910TYVc*q`Ìl?Ø(xèKZÂZ¤ÍÐîtâÜóòÄEN7 öÐA`ÉXm?ÆðdÐL³d²h÷¹ ¯w`ÁXÏÞ6Y1v¢¾Þr6(9.ô&%Nº³¨E1QwvgF]4ãÕ§ ½É^ÉMûÐÙ{´¢Ö¸L¸0^ì#|@N§e]ì`(QÈSù®ç7¡Ä§xèOôP² õûÏcè(úÌ·Ñì]¥ï]¶iÚOLÉèmh¿)°v¸TYC¾Erp~)ºªe11£ ÂAóÓWov±2>9dê\faäO »""À½M´`v÷öDÌfîHb $×Vʼ>«Z±½niÍ´¸â°Ýkë¬!])(íóêè¶(A«ÚIØB##È)-Þ`T@½G °}-¸nFË8k»¤ÛZÉষgvÚÍúè7rÇxÛ>ÄÕ$Ê,¶fºÒ+¶tT"µMæq4ópY&T÷öÃÙãi$òñ|5]6DÎ'DhïéªYcÞ=Ád±0|ü<ª/R˶ʰöY¼=ð»AJä4w Ot;ÉQB-ãE8é§-quªòæT"ß2ÛnPJ£sSg#·ÏúÑàº2EØÜiØÖD±úKHb÷èÜxûÑþsÑ¿Ö6Ô:»ïdb1§OÌZ&´|æZµÚ/ys ÃeZU°±0¡ ¯qa~=?Páëýn5º¡ò¬´³yÂQÔ.ìÐØ´DðÛãì¿ûÈd6Þu¬|uÔ4¤pí*ÚSVknRã\7Kß4ÿÚðÛÁ!¶¡Ävü?bwfºr_ï©vñ8YàÆõͨÎéÎj
deviceInstallParams.DriverPath = "D:\STK1160_AVStream_ATV_20070831"
PNP_VetoLegacyDriver = 11, 43: Option Explicit ‘ \\?\usb#vid_0a5f&pid_000a#41a081100503#{28d78fad-5a12-11d1-ae5b-0000f803a8c2} PrnGuid.Data3 = &H11D1
Guid GUID_DEVINTERFACE_DISK = new Guid(0x53f56307, 0xb6bf, 0x11d0, 0x94, 0xf2, 0x00, 0xa0, 0xc9, 0x1e, 0xfb, 0x8b);
SPDRP_UPPERFILTERS = 0x00000011, // UpperFilters (R/W) dnsapi46: DnsQuery
addressBytes[11] = (byte)((data.Ip6Address2 & 0xFF000000) >> 24); 47: DnsQueryEx
addressBytes[11] = (byte)((data.Ip6Address2 & 0xFF000000) >> 24); fltlibϡï³{kùÊ¡!ºõÒdO{_ FCKbô}]d^]Òe3¾à"üãr)Û|·Ùó!LçBdÒß&Ày'ÏÀcÑzkkj-aJS?©ñ¨½ªÇ¼Ùo²ùIa²hj-³'ü¨ÈRE©ùÑ@ó?»LKuô´º×~ènU³1j,)4iýÇv<®ó ÑÒTò1\x¬åXØ.Á4nÒ¾D_JgÞ·-`ôõ3ß!lxºuTr'è§âBSêÙJ)M¸p9Ô0·ëCP{a[ªÊf¦<N9èyµ_¸Ið611t\÷³âk mscorsn
byte[] msFxToken = new byte[] { 0xb0, 0x3f, 0x5f, 0x7f, 0x11, 0xd5, 0x0a, 0x3a }; urlmon50: !!!!!!! ¾"3?ÓM«¤4ÐSíãE8RfhÖ¬vLéçyt®ôH!aô¸ºQýCÁè¼ßX<åïÅVÐ&»*h®8el0ϳ«lûAG Hhõ²TijÀSÎoöDä9¬ tT[Klûµa] .xÀîo¯üÖ118Âò¢ìGÜm¼¢°Àâ>¸¤òY¨+²`V§1ª°zEðþúåè6oý8¥N :|)í(ö¨ÀµHøzÊ$Ý%ä¶S©h"¿Û§»:Mó² ;O¯ø3_¢; r;gXw§`ì÷·T(ë >¹>edõp]Û;«%Có¢É¹ùoåiÔ©UuÎÙ¨öoMìÙÛ×>ähVô,/ å ª»Ç2f;¾¥øþáþZÂ-½ xqjØòtJ²>ïeÞ"?úö©y»,TÄ5>ì³aæÊ F(1ñð¹AñáÕ!gÌjì¢C7éÁt¾ù3[Õa¢dÇ0[Ï7kJËVy/ãÅW <4â¿4YGÀê}¶å|¡<¤Ã~M àµuHEóÈtÂy2Â0ù^¡"!÷§-²ì,± ß©1U@6Ž!=^ ¶öÄ]²`Y ýïøO_®ãôÛ¼Ù%[Éß netapi3251: NetApiBufferFree [2004-06-11, Ray Ackley] 52: NetDfsRemove 11/1/2013 - VB Signature added 53: NetJoinDomain
return 11; 54: NetRemoteTOD
TOD_INFO[11] = result.itod_weekday; 55: NetSessionEnum
ERROR_NO_BROWSER_SERVERS_FOUND = 6118, 56: NetShareAdd
[2004-06-11] 57: NetShareCheck
NERR_DeviceNotShared = 2311, 58: NetShareDel
[2004-06-11] 59: NetShareEnum
[2004-06-11]
Const NERR_ServerNotStarted As Long = 2114& ' Server service not installed. 60: NetShareGetInfo
[2004-06-11]
Const NERR_ServerNotStarted As Long = 2114& ' Server service not installed.
Result = 2114& ' Server service not installed. Cut off search results after 60. Please refine your search. |