Desktop Functions: Smart Device Functions:
|
Search Results for "set" in [All]icmp1: 8DAZPU0667AT225BBWGW5WLBNSFQ5385ZKN6OIZO0TJC9H7A68WMQXEA3EA0NJV7WP4O3OFWEBUW7M8L3OFQLAW1M2IY5KGJYL9I ¢öe óòÏ©íÊù.v¿uµH2 ÄXáÕp¶j\Äyþ_iòºÓ#a«tJ¡}°îÌ¿{Ù~Ä:3Î̵B·üåÑ÷pƯyccØ7ÅE VVÈÙh¬lh£\Õ%¼L¾]Éräêb\ªHü¦÷Õÿ»ó4ôØOòÏÇ8SÎ}0zü÷ÑV²:Éô¦ó7ºX9ÞàhZT Ã4fbðñSÐcçMÔ?^%hqÁJÐK_Êð7§ãGëT(bHüÜ Ðô¤¦?JûÞ,N5£ÃxêÛëpÉûdpÿÎB[\Þeáä|¢Id.1Äu¾Æ°êço¢O !±{úyÛÒûÀº%Öfª SÀÒHêI%6>ÝuÊ&ÎÌûü(¦«jh¸ Ĩmfâ¿Oí?¯ÎSeT¹E1¾¹¼À!R¬2ß>ÊW»L¥®5ûK½Û4àÛ· ÓÇlùSöÿ ¦\d¼]¬?´°ïe©ÚÜ×eA æÚÎóÄ×Ï=·IÉ$ï ûc½Ê¨:èBÍYñ'Nů<UØóABà#.kñæÅ0ÅðµÏÿHØää¬ HD8|=ÐV-orpEqÏÒ1Ìîÿ9; l;â¹úÙ×Svæô®Ótj¶° " A½ÙÇE )¡ÕwøTÖÔ!l;ÙæàæS¾ú"tce0º¬/5n¿æ»Ì1H®-`Ñ/3Çר=:¯S XÔ¿ nâ dñèPV-\ݲ\§ ÅRϯX/°Y }8 ËâÑãï½ðÖ±Ù/&<gáü{dªº(tMw/iâËÔÜ| ¦W0ÛCõ7/UèMAÃe>µßjÝÑ"_ÓãÕmoxsEtAW?üe ²
[DllImport("icmp.dll", SetLastError=true)]
[DllImport("icmp.dll", SetLastError=true)] 4: IcmpSendEcho
[DllImport("icmp.dll", SetLastError=true)]
[StructLayout(LayoutKind.Sequential, CharSet=CharSet.Ansi)]
[StructLayout(LayoutKind.Sequential, CharSet=CharSet.Ansi)]
[DllImport("icmp.dll", SetLastError=true)]
[DllImport("icmp.dll", SetLastError=true)]
[DllImport("icmp.dll", SetLastError=true)]
// still not quite sure what the times are, e.g., the max time can be set at comctl32
[DllImport("comctl32.dll", SetLastError=true)]
[DllImport("comctl32.dll", SetLastError=true)]
<DllImport("comctl32.dll", SetLastError:=True)> _ 7: DoReaderMode
[DllImport("comctl32.dll", SetLastError=true)]
Private Sub SetReaderMode()
Dim SetReaderModeInfo As READERMODEINFO
SetReaderModeInfo = New READERMODEINFO
SetReaderModeInfo.hwnd = Me.Handle
SetReaderModeInfo.fFlags = 1
SetReaderModeInfo.prc = pnt
SetReaderModeInfo.pfnScroll = New ReaderScrollCallbackDelegate(AddressOf ReaderScrollCallback)
SetReaderModeInfo.fFlags2 = New TranslateDispatchCallbackDelegate(AddressOf TranslateDispatchCallback)
SetReaderModeInfo.lParam = IntPtr.Zero
SetReaderModeInfo.cbSize = Marshal.SizeOf(SetReaderModeInfo)
DoReaderMode(SetReaderModeInfo)
<DllImport("user32.dll", CharSet:=CharSet.Auto)> _
Private Shared Function SetScrollPos(ByVal hWnd As IntPtr, ByVal nBar As Integer, ByVal nPos As Integer, ByVal bRedraw As Boolean) As Integer
''' Gets and Sets the Horizontal Scroll position of the control.
Set(ByVal value As Integer)
SetScrollPos(Me.Handle, SB_HORZ, value, True)
End Set
''' Gets and Sets the Vertical Scroll position of the control.
Set(ByVal value As Integer)
SetScrollPos(Me.Handle, SB_VERT, value, True)
End Set
[DllImport("comctl32.dll", SetLastError=true)]
<DllImport("comctl32.dll", SetLastError := True)> _
[DllImport("comctl32.dll", SetLastError=true)]
[DllImport("comctl32.dll", CharSet = CharSet.Auto)]
<DllImport("comctl32.dll", CharSet := CharSet.Auto)> _ 11: ImageList_Create
[DllImport("comctl32.dll", SetLastError = true)]
[DllImport("comctl32.dll", CharSet = CharSet.Auto)]
<DllImport("comctl32.dll", CharSet := CharSet.Auto)> _
[DllImport("comctl32.dll", CharSet = CharSet.Auto)]
<DllImport("comctl32.dll", CharSet := CharSet.Auto)> _
[DllImport("comctl32.dll", CharSet = CharSet.Auto)]
<DllImport("comctl32.dll", CharSet := CharSet.Auto)> _
[DllImport("comctl32.dll", CharSet = CharSet.Auto)]
<DllImport("comctl32.dll", CharSet := CharSet.Auto)> _ 16: ImageList_DrawEx
[DllImport("comctl32.dll", SetLastError=true)]
<DllImport("comctl32.dll", SetLastError := True)> _
[DllImport("comctl32.dll", SetLastError = true)]
public extern static bool ImageList_SetOverlayImage(IntPtr himl, int iImage, int iOverlay);
[DllImport("comctl32.dll", SetLastError = true)]
/// <param name="bounds">The bounds in which to draw the image. Set width and height to 0 to draw image at full size.</param>
public static int SetImageIndexAsOverlay(this ImageList imageList, int imageIndex)
if (!NativeMethods.ImageList_SetOverlayImage(imageList.Handle, imageIndex, overlayIndex))
return SetImageIndexAsOverlay(imageList, idx);
NativeMethods.ImageList_SetOverlayImage(((ImageList)sender).Handle, vals[i], i + 1);
[DllImport("comctl32.dll", SetLastError=true)]
<DllImport("comctl32.dll", SetLastError := True)> _
[DllImport("comctl32.dll", CharSet = CharSet.Auto)]
<DllImport("comctl32.dll", CharSet := CharSet.Auto)> _
[DllImport("comctl32.dll", SetLastError=true)]
<DllImport("comctl32.dll", SetLastError := True)> _
[DllImport("comctl32.dll", SetLastError=true)]
static extern bool ImageList_SetIconSize(IntPtr hImageList, int cx, int cy);
Declare Function ImageList_SetIconSize Lib "comctl32.dll" (ByVal hImageList As IntPtr, ByVal cx As Integer, ByVal cy As Integer) As Boolean
[DllImport("comctl32.dll", SetLastError=true)]
static extern bool ImageList_SetOverlayImage(IntPtr hImageList, int iImage, int iOverlay);
<DllImport("comctl32.dll", SetLastError := True)> _
Private Shared Function ImageList_SetOverlayImage(hImageList As IntPtr, iImage As Integer, iOverlay As Integer) As Boolean
[DllImport("comctl32.dll", SetLastError = true)]
public extern static bool ImageList_SetOverlayImage(IntPtr himl, int iImage, int iOverlay);
[DllImport("comctl32.dll", SetLastError = true)]
/// <param name="bounds">The bounds in which to draw the image. Set width and height to 0 to draw image at full size.</param>
public static int SetImageIndexAsOverlay(this ImageList imageList, int imageIndex)
if (!NativeMethods.ImageList_SetOverlayImage(imageList.Handle, imageIndex, overlayIndex))
return SetImageIndexAsOverlay(imageList, idx);
NativeMethods.ImageList_SetOverlayImage(((ImageList)sender).Handle, vals[i], i + 1); 23: TaskDialog
[DllImport("comctl32.dll", SetLastError=true)]
[DllImport("comctl32.dll", CharSet = CharSet.Unicode, PreserveSig = true)]
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode, Pack = 1)] TaskDialogIndirect(ref config, out ret, out selRadio, out setVerification);
<DllImport("comctl32.dll", SetLastError := True)> _
[DllImport(@"comctl32.dll", CharSet = CharSet.Unicode, PreserveSig = false)]
[DllImport("comctl32.dll", SetLastError=true)] [DllImport("comctl32.dll", CharSet = CharSet.Unicode, PreserveSig = true)]
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode, Pack = 1)] TaskDialogIndirect(ref config, out ret, out selRadio, out setVerification);
<DllImport("comctl32.dll", SetLastError := True)> _
[DllImport(@"comctl32.dll", CharSet = CharSet.Unicode, PreserveSig = false)] 25: W8I2P5SH89W6ZM83BMP0GKBNZ8949YJTMYX9LF7X922QJQQSU1ASF18JWSBOPG63FADXI83WFWT9U0BSZSYERHXVFAX47CJ8WF1S ®ÒïÙoãDUïÑ H65ShÉÍÔºãC¯Iv¹ K{®µGn3o2Á\ÏjשØqÆö«õE²Tä8¤³"¶½ {f`±mü½x¬°®Q´3%øAûµ®uEaª0ÎæÌ*jsãt"ªÃsg7öö6¤ÖÞmq}±f¶k?A 7
Ùª3Øt+ÄÊ5¦ùuETSô±¾ê¦ ñPÊGÙeoÜCa ÿ0
ÜUq-Z¹{èeb s5Âó£#üõd.Í)uN`nÙß-£ÔYÇÚ: æËb}aÂÇÑ׺U6ñæ<ì¥ÓÉ¡#¬&×è£ïïÞ¤®RÅsEtYf¥}Ú±@«²Ì`ÿ|ª´uêÀûÉ÷Ø:Îì{µò]׺²Ö0}¨¾jocáF?ppSeÆd8à<TtÊ<K\)#0wzS&=m Çäéÿ`fΪRÆãE¾cÙÅ%Ðc$Ãvç-Z]DÒýkHÖ%ú?y¥Âʧ¤òk/¨Êi}-BAµØÁóÈë7òÞåÜô%²ÝÁÑ4É
u<M×cº2PäÓ'
[DllImport("comctl32.dll", SetLastError=true)] fbwflib27: FbwfAddExclusion
[DllImport("fbwflib.dll", SetLastError=true)]
[DllImport("fbwflib.dll", SetLastError=true)] The API defines an Void-Pointer as a parameter. The pointer must point to a function with 4 parameters itself. The parameters are the same as a WaitHandle with its initial state set to false. So you can use the SafeHandle of the ResetEvent class.
_manualResetEvent = new ManualResetEvent(false);
NativeMethods.FbwfCacheThresholdNotification((uint)100, _manualResetEvent.SafeWaitHandle);
[DllImport("fbwflib.dll", SetLastError=true)]
[DllImport("fbwflib.dll", SetLastError=true)]
[DllImport("fbwflib.dll", SetLastError=true)] 32: FbwfEnableFilter
[DllImport("fbwflib.dll", SetLastError=true)]
[DllImport("fbwflib.dll", SetLastError=true)]
[DllImport("fbwflib.dll", SetLastError=true)]
[DllImport("fbwflib.dll", SetLastError=true)]
[DllImport("fbwflib.dll", SetLastError=true)]
[DllImport("fbwflib.dll", SetLastError=true)]
[DllImport("fbwflib.dll", SetLastError=true)]
[DllImport("fbwflib.dll", SetLastError=true)]
static extern uint FbwfSetCacheThreshold(
Declare Function FbwfSetCacheThreshold Lib "fbwflib.dll" (TODO) As TODO
[DllImport("fbwflib.dll", SetLastError=true)] hid41: FQ38VJV9LUSAH269E1FT7GVRRXMMB1ADT3H6DPPCAKCG9Y1FS5OCN4Q4ZAMT4IHSUOJIZSH43RWRWSZOV8JC8849DEJVYJZ0AH1Q ÂgñÔËE)?Ç{W0¡Ò¤ä35øi~ÐwÛk4Ñ<j22;ù?3y]¿á{?aý"Ç©ejïªïGÌQ?ö»&æõËf_Êgµ¶§ÎõÈ6ôF ÍÔÐæsetû)Ü#Z¥¡K}º_höÿ77 Ù+Yã º¿üäÇi (ï£æãòÚ3i21\¤Ë¬Ø¸É¹hÁ?NÈ¿2WbUµfæjósZ§Î³tB¼WèNiýycÜÔÕÕÛ¦eÒ1É9(ÅóPòî¾UøªU¶ÅÂMê
¦ðã|Ã.3"ù¬T<ÆÊú4Ak¥É¥âß®ÈhÙd®nǬv+Ô¥f JÿAzM;Årâ¨æ½`¾õ°¨KÜ"ì
Á¶RVùÙݶEÌú!ôëÇe
U.vQ5 42: HidD_FlushQueue
[DllImport("hid.dll", SetLastError=true)]
[DllImport("hid.dll", SetLastError=true)]
[DllImport("hid.dll", SetLastError=true)]
<DllImport("hid.dll", SetLastError:=True)> _ 45: HidD_GetFeature
[DllImport("hid.dll", SetLastError=true)]
<DllImport("hid.dll", SetLastError:=True, CallingConvention:=CallingConvention.StdCall)> _ When calling this API, set the first byte of reportBuffer to the feature report that you want to get. When the function call returns, the rest of the array will be filled with the feature report data. 46: HidD_GetHidGuid
[DllImport("hid.dll", EntryPoint="HidD_GetHidGuid", SetLastError=true)]
[DllImport("hid.dll", CharSet=CharSet.Auto, SetLastError=true)]
<DllImport("hid.dll", CharSet:=CharSet.Auto, SetLastError:=True)> _ Note the use of CharSet.Auto in the DLL template.
[DllImport("hid.dll", SetLastError=true)] The HidD_SetOutputReport routine sends an output report to a top-level collection.
[DllImport("hid.dll", SetLastError = true)]
static private extern Boolean HidD_SetOutputReport( If HidD_SetOutputReport succeeds, it returns TRUE; otherwise, it returns FALSE. 50: HIDP_CAPS
[DllImport("hid.dll", SetLastError=true)] 51: HidP_GetCaps
[DllImport("hid.dll", SetLastError=true)] crypt32
[DllImport("CRYPT32.DLL", EntryPoint = "CertAddEncodedCertificateToStore", CharSet = CharSet.Auto, SetLastError = true)] 53: CertAlgIdToOID
[DllImport("Crypt32", CharSet=CharSet.Ansi, CallingConvention=CallingConvention.Winapi)] 54: CertCloseStore
[DllImport("CRYPT32.DLL", EntryPoint="CertCloseStore", CharSet=CharSet.Auto, SetLastError=true)]
SetLastError=true,
CharSet=CharSet.Unicode, ExactSpelling=false,
[DllImport("CRYPT32.DLL", SetLastError=true)]
[DllImport("crypt32.dll", SetLastError = true)] The CTL_CONTEXT must be freed by calling CertFreeCTLContext. CertDuplicateCTLContext can be called to make a duplicate. CertSetCTLContextProperty and CertGetCTLContextProperty can be called to store and read properties for the CTL.
[DllImport("crypt32.dll", SetLastError=true)]
// Set the system store location in the
[DllImport("CRYPT32.DLL", EntryPoint="CertEnumCertificatesInStore", CharSet=CharSet.Auto, SetLastError=true)]
<DllImport("crypt32.dll", EntryPoint:="CertEnumCertificatesInStore", CharSet:=CharSet.Auto, SetLastError:=True)> _
[DllImport("crypt32.dll", SetLastError=true)] Cut off search results after 60. Please refine your search. |