Home
last modified time | relevance | path

Searched refs:NativeMethods (Results 1 – 25 of 1307) sorted by relevance

12345678910>>...53

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/Design/Util/
H A DMSHTMLHost.cs86 …Site : NativeMethods.IOleClientSite, NativeMethods.IOleDocumentSite, NativeMethods.IOleInPlaceSite…
116 NativeMethods.COMRECT r = new NativeMethods.COMRECT(); in OnParentResize()
158 NativeMethods.COMRECT r = new NativeMethods.COMRECT(); in ActivateMe()
168 return NativeMethods.S_OK; in ActivateMe()
184 return NativeMethods.S_OK; in CanInPlaceActivate()
193NativeMethods.IOleInPlaceFrame ppFrame, out NativeMethods.IOleInPlaceUIWindow ppDoc, NativeMethods in GetWindowContext()
228 return NativeMethods.S_OK; in OnPosRectChange()
297NativeMethods.IOleInPlaceActiveObject activeObject, NativeMethods.IOleCommandTarget commandTarget… in ShowUI()
363 tridentDocument = (NativeMethods.IHTMLDocument2)new NativeMethods.HTMLDocument(); in CreateDocument()
370NativeMethods.IPersistStreamInit psi = (NativeMethods.IPersistStreamInit)tridentDocument; in CreateDocument()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/
H A DCounterSampleCalculator.cs87 NativeMethods.PDH_RAW_COUNTER newPdhValue = new NativeMethods.PDH_RAW_COUNTER(); in ComputeCounterValue()
88 NativeMethods.PDH_RAW_COUNTER oldPdhValue = new NativeMethods.PDH_RAW_COUNTER(); in ComputeCounterValue()
94NativeMethods.PDH_FMT_COUNTERVALUE pdhFormattedValue= new NativeMethods.PDH_FMT_COUNTERVALUE(); in ComputeCounterValue()
96 …atFromRawValue((uint) newCounterType, NativeMethods.PDH_FMT_DOUBLE | NativeMethods.PDH_FMT_NOSCALE… in ComputeCounterValue()
101 …if (result == NativeMethods.PDH_CALC_NEGATIVE_VALUE || result == NativeMethods.PDH_CALC_NEGATIVE_D… in ComputeCounterValue()
138 case NativeMethods.PERF_COUNTER_TIMER: in FillInValues()
158 … if ((newCounterType & NativeMethods.PERF_MULTI_COUNTER) == NativeMethods.PERF_MULTI_COUNTER) { in FillInValues()
170 case NativeMethods.PERF_COUNTER_DELTA: in FillInValues()
192 … if ((newCounterType & NativeMethods.PERF_MULTI_COUNTER) == NativeMethods.PERF_MULTI_COUNTER) { in FillInValues()
201 case NativeMethods.PERF_RAW_FRACTION: in FillInValues()
[all …]
H A DPerformanceCounterType.cs18 NumberOfItems32 = NativeMethods.PERF_COUNTER_RAWCOUNT,
22 RateOfCountsPerSecond32 = NativeMethods.PERF_COUNTER_COUNTER,
26 RawFraction = NativeMethods.PERF_RAW_FRACTION,
27 RawBase = NativeMethods.PERF_RAW_BASE,
29 AverageTimer32 = NativeMethods.PERF_AVERAGE_TIMER,
30 AverageBase = NativeMethods.PERF_AVERAGE_BASE,
31 AverageCount64 = NativeMethods.PERF_AVERAGE_BULK,
35 SampleBase = NativeMethods.PERF_SAMPLE_BASE,
37 CounterTimer = NativeMethods.PERF_COUNTER_TIMER,
39 Timer100Ns = NativeMethods.PERF_100NSEC_TIMER,
[all …]
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/SendInputExt/
H A DSiEngineWin.cs52 NativeMethods.VK_CAPITAL // Caps Lock
302 NativeMethods.INPUT32[] pInput = new NativeMethods.INPUT32[1]; in SendVKeyNative32()
311 NativeMethods.KEYEVENTF_KEYUP) | NativeMethods.KEYEVENTF_UNICODE); in SendVKeyNative32()
352 NativeMethods.KEYEVENTF_UNICODE); in SendVKeyNative64()
445 NativeMethods.VK_LWIN, NativeMethods.VK_RWIN, in ReleaseModifiers()
446 NativeMethods.VK_LSHIFT, NativeMethods.VK_RSHIFT, in ReleaseModifiers()
447 NativeMethods.VK_SHIFT, in ReleaseModifiers()
448 NativeMethods.VK_LCONTROL, NativeMethods.VK_RCONTROL, in ReleaseModifiers()
449 NativeMethods.VK_CONTROL, in ReleaseModifiers()
450 NativeMethods.VK_LMENU, NativeMethods.VK_RMENU, in ReleaseModifiers()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Cairo/Mono.Cairo/
H A DContext.cs93 NativeMethods.cairo_reference (handle); in Context()
122 NativeMethods.cairo_destroy (handle); in Dispose()
129 NativeMethods.cairo_save (handle); in Save()
134 NativeMethods.cairo_restore (handle); in Restore()
293 NativeMethods.cairo_destroy (handle);
311 NativeMethods.cairo_destroy (handle); in SetTarget()
375 NativeMethods.cairo_new_path (handle); in NewPath()
493 NativeMethods.cairo_paint (handle); in Paint()
513 NativeMethods.cairo_stroke (handle); in Stroke()
530 NativeMethods.cairo_fill (handle); in Fill()
[all …]
H A DRegion.cs57 NativeMethods.cairo_region_reference (handle); in Region()
68 handle = NativeMethods.cairo_region_create_rectangle (ref rect); in Region()
100 NativeMethods.cairo_region_destroy (Handle); in Dispose()
115 get { return NativeMethods.cairo_region_status (Handle); }
121 NativeMethods.cairo_region_get_extents (Handle, out result);
133 NativeMethods.cairo_region_get_rectangle (Handle, nth, out val); in GetRectangle()
138 get { return NativeMethods.cairo_region_is_empty (Handle); }
148 return NativeMethods.cairo_region_contains_point (Handle, x, y); in ContainsPoint()
153 NativeMethods.cairo_region_translate (Handle, dx, dy); in Translate()
178 return NativeMethods.cairo_region_union (Handle, other.Handle); in Union()
[all …]
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/cairo/
H A DContext.cs365 NativeMethods.cairo_destroy (state);
430 NativeMethods.cairo_new_sub_path (state); in NewSubPath()
543 NativeMethods.cairo_paint (state); in Paint()
592 NativeMethods.cairo_fill_preserve (state); in FillPreserve()
604 NativeMethods.cairo_clip_preserve (state); in ClipPreserve()
609 NativeMethods.cairo_reset_clip (state); in ResetClip()
634 NativeMethods.cairo_push_group (state); in PushGroup()
666 NativeMethods.cairo_transform (state, m); in Transform()
723 NativeMethods.cairo_get_matrix (state, m);
848 NativeMethods.cairo_copy_page (state); in CopyPage()
[all …]
H A DFontOptions.cs40 handle = NativeMethods.cairo_font_options_create (); in FontOptions()
55 return new FontOptions (NativeMethods.cairo_font_options_copy (handle)); in Copy()
60 NativeMethods.cairo_font_options_destroy (handle); in Destroy()
104 return (int) NativeMethods.cairo_font_options_hash (handle); in GetHashCode()
111 NativeMethods.cairo_font_options_merge (handle, other.Handle); in Merge()
115 get { return NativeMethods.cairo_font_options_get_antialias (handle); }
116 set { NativeMethods.cairo_font_options_set_antialias (handle, value); }
120 get { return NativeMethods.cairo_font_options_get_hint_metrics (handle);}
125 get { return NativeMethods.cairo_font_options_get_hint_style (handle);}
126 set { NativeMethods.cairo_font_options_set_hint_style (handle, value); }
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/microsoft/win32/
H A DSystemEvents.cs436 NativeMethods.WNDCLASS_I wndclassi = new NativeMethods.WNDCLASS_I(); in CreateBroadcastWindow()
1472 case NativeMethods.WM_REFLECT + NativeMethods.WM_SETTINGCHANGE: in WindowProc()
1489 case NativeMethods.WM_REFLECT + NativeMethods.WM_SYSCOLORCHANGE: in WindowProc()
1494 case NativeMethods.WM_REFLECT + NativeMethods.WM_THEMECHANGED: in WindowProc()
1510 case NativeMethods.WM_REFLECT + NativeMethods.WM_COMPACTING: in WindowProc()
1514 case NativeMethods.WM_REFLECT + NativeMethods.WM_DISPLAYCHANGE: in WindowProc()
1519 case NativeMethods.WM_REFLECT + NativeMethods.WM_FONTCHANGE: in WindowProc()
1523 case NativeMethods.WM_REFLECT + NativeMethods.WM_PALETTECHANGED: in WindowProc()
1527 case NativeMethods.WM_REFLECT + NativeMethods.WM_TIMECHANGE: in WindowProc()
1531 case NativeMethods.WM_REFLECT + NativeMethods.WM_TIMER: in WindowProc()
[all …]
/dports/devel/liblas/libLAS-1.8.1/csharp/dotnetLibLAS/
H A DLASHeader.cs66 NativeMethods.LASHeader_Destroy(hHeader); in Dispose()
154 hHeader = NativeMethods.LASHeader_Create(); in LASHeader()
483 return NativeMethods.LASHeader_GetScaleX(hHeader); in GetScaleX()
492 return NativeMethods.LASHeader_GetScaleY(hHeader); in GetScaleY()
501 return NativeMethods.LASHeader_GetScaleZ(hHeader); in GetScaleZ()
570 return NativeMethods.LASHeader_GetMaxX(hHeader); in GetMaxX()
579 return NativeMethods.LASHeader_GetMaxY(hHeader); in GetMaxY()
588 return NativeMethods.LASHeader_GetMaxZ(hHeader); in GetMaxZ()
597 return NativeMethods.LASHeader_GetMinX(hHeader); in GetMinX()
606 return NativeMethods.LASHeader_GetMinY(hHeader); in GetMinY()
[all …]
H A DLASPoint.cs121 hPoint = NativeMethods.LASPoint_Create(); in LASPoint()
148 if (NativeMethods.LASPoint_IsValid(hPoint) == 1) in IsValid()
163 NativeMethods.LASPoint_Destroy(hPoint); in Dispose()
233 int error = NativeMethods.LASPoint_Validate(hPoint); in Validate()
253 return NativeMethods.LASPoint_GetX(hPoint);
274 return NativeMethods.LASPoint_GetY(hPoint);
296 return NativeMethods.LASPoint_GetZ(hPoint);
318 return NativeMethods.LASPoint_GetIntensity(hPoint);
339 return NativeMethods.LASPoint_GetScanFlags(hPoint);
485 return NativeMethods.LASPoint_GetUserData(hPoint);
[all …]
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/cairo/
H A DContext.cs95 NativeMethods.cairo_reference (handle); in Context()
124 NativeMethods.cairo_destroy (handle); in Dispose()
137 NativeMethods.cairo_save (handle); in Save()
143 NativeMethods.cairo_restore (handle); in Restore()
345 NativeMethods.cairo_destroy (handle); in SetTarget()
421 NativeMethods.cairo_new_path (handle); in NewPath()
554 NativeMethods.cairo_paint (handle); in Paint()
578 NativeMethods.cairo_stroke (handle); in Stroke()
598 NativeMethods.cairo_fill (handle); in Fill()
620 NativeMethods.cairo_clip (handle); in Clip()
[all …]
H A DRegion.cs60 NativeMethods.cairo_region_reference (handle); in Region()
71 handle = NativeMethods.cairo_region_create_rectangle (ref rect); in Region()
104 NativeMethods.cairo_region_destroy (Handle); in Dispose()
127 return NativeMethods.cairo_region_status (Handle); }
134 NativeMethods.cairo_region_get_extents (Handle, out result);
142 return NativeMethods.cairo_region_num_rectangles (Handle);
150 NativeMethods.cairo_region_get_rectangle (Handle, nth, out val); in GetRectangle()
157 return NativeMethods.cairo_region_is_empty (Handle);
176 NativeMethods.cairo_region_translate (Handle, dx, dy); in Translate()
206 return NativeMethods.cairo_region_union (Handle, other.Handle); in Union()
[all …]
/dports/security/seal/SEAL-3.7.2/dotnet/src/
H A DSEALContext.cs74 NativeMethods.SEALContext_Create(parms.NativePtr, in SEALContext()
149 NativeMethods.SEALContext_ParametersSet(NativePtr, out bool paramsSet);
163 NativeMethods.SEALContext_ParameterErrorName(NativePtr, buffer, out length); in ParameterErrorName()
188 NativeMethods.SEALContext_KeyParmsId(NativePtr, parms.Block);
202 NativeMethods.SEALContext_FirstParmsId(NativePtr, parms.Block);
216 NativeMethods.SEALContext_LastParmsId(NativePtr, parms.Block);
246 NativeMethods.SEALContext_Destroy(NativePtr); in DestroyNativeObject()
271 NativeMethods.ContextData_Parms(NativePtr, out IntPtr parms);
302 NativeMethods.ContextData_Qualifiers(NativePtr, out IntPtr epq);
507 NativeMethods.ContextData_ChainIndex(NativePtr, out ulong index);
[all …]
H A DPlaintext.cs62 NativeMethods.Plaintext_Create1(poolPtr, out IntPtr ptr); in Plaintext()
228 NativeMethods.Plaintext_Reserve(NativePtr, capacity); in Reserve()
239 NativeMethods.Plaintext_ShrinkToFit(NativePtr); in ShrinkToFit()
248 NativeMethods.Plaintext_Release(NativePtr); in Release()
261 NativeMethods.Plaintext_Resize(NativePtr, coeffCount); in Resize()
309 NativeMethods.Plaintext_Set(NativePtr, hexPoly); in Set()
340 NativeMethods.Plaintext_Set(NativePtr, constCoeff); in Set()
390 NativeMethods.Plaintext_SetZero(NativePtr); in SetZero()
534 NativeMethods.Plaintext_SaveSize(
678 NativeMethods.Plaintext_SetScale(NativePtr, value);
[all …]
H A DCiphertext.cs64 NativeMethods.Ciphertext_Create1(poolPtr, out IntPtr ptr); in Ciphertext()
236 NativeMethods.Ciphertext_Reserve(NativePtr, sizeCapacity); in Reserve()
305 NativeMethods.Ciphertext_Resize(NativePtr, size); in Resize()
328 NativeMethods.Ciphertext_Release(NativePtr); in Release()
341 NativeMethods.Ciphertext_Set(NativePtr, assign.NativePtr); in Set()
465 NativeMethods.Ciphertext_Size(NativePtr, out ulong size);
502 NativeMethods.Ciphertext_SaveSize(
529 NativeMethods.Ciphertext_Save(NativePtr, outptr, size, in Save()
611 NativeMethods.Ciphertext_SetIsNTTForm(NativePtr, value);
646 NativeMethods.Ciphertext_SetScale(NativePtr, value);
[all …]
/dports/misc/sword/sword-1.8.1/bindings/csharp/
H A DModule.cs33 IntPtr namePtr = NativeMethods.org_crosswire_sword_SWModule_getName(_handle);
73 NativeMethods.org_crosswire_sword_SWModule_setKeyText(_handle, value);
92 NativeMethods.org_crosswire_sword_SWModule_setRawEntry(_handle, value);
116 NativeMethods.org_crosswire_sword_SWModule_terminateSearch(_handle); in TerminateSearch()
121 return NativeMethods.org_crosswire_sword_SWModule_popError(_handle); in PopError()
135 return NativeMethods.MarshalStringArray(attributePtrs); in GetEntryAttribute()
141 return NativeMethods.MarshalStringArray(keyListPtrs); in ParseKeyList()
160 return NativeMethods.MarshalStringArray(childrenPtr);
175 NativeMethods.org_crosswire_sword_SWModule_previous(_handle); in Prevous()
180 NativeMethods.org_crosswire_sword_SWModule_next(_handle); in Next()
[all …]
H A DManager.cs26 _handle = NativeMethods.org_crosswire_sword_SWMgr_new(); in Manager()
31 _handle = NativeMethods.org_crosswire_sword_SWMgr_newWithPath(path); in Manager()
49 NativeMethods.org_crosswire_sword_SWMgr_delete(_handle); in Dispose()
70 IntPtr modulesPointer = NativeMethods.org_crosswire_sword_SWMgr_getModInfoList(_handle); in GetModInfoList()
85 IntPtr versionPtr = NativeMethods.org_crosswire_sword_SWMgr_version(_handle);
110 NativeMethods.org_crosswire_sword_SWMgr_setGlobalOption(_handle, option, @value); in SetGlobalOption()
116 return NativeMethods.MarshalStringArray(optionsPtr); in GetGlobalOptionValues()
121 NativeMethods.org_crosswire_sword_SWMgr_setCipherKey(_handle, modName, key); in SetCipherKey()
128 NativeMethods.org_crosswire_sword_SWMgr_setJavascript(_handle, value);
137 return NativeMethods.MarshalStringArray(localesPtr);
[all …]
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.Core/Internal/
H A DNativeExtension.cs38 readonly NativeMethods nativeMethods;
77 public NativeMethods NativeMethods property in Grpc.Core.Internal.NativeExtension
143 return new NativeMethods(new NativeMethods.DllImportsFromSharedLib_x64_dll()); in LoadNativeMethodsUsingDllImports()
145 return new NativeMethods(new NativeMethods.DllImportsFromSharedLib_x64()); in LoadNativeMethodsUsingDllImports()
151 return new NativeMethods(new NativeMethods.DllImportsFromSharedLib_x86_dll()); in LoadNativeMethodsUsingDllImports()
153 return new NativeMethods(new NativeMethods.DllImportsFromSharedLib_x86()); in LoadNativeMethodsUsingDllImports()
157 return new NativeMethods(new NativeMethods.DllImportsFromSharedLib_arm64()); in LoadNativeMethodsUsingDllImports()
212 return new NativeMethods(new NativeMethods.DllImportsFromStaticLib()); in LoadNativeMethodsUnity()
215 return new NativeMethods(new NativeMethods.DllImportsFromSharedLib()); in LoadNativeMethodsUnity()
230 return new NativeMethods(new NativeMethods.DllImportsFromSharedLib()); in LoadNativeMethodsXamarin()
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.Core/Internal/
H A DNativeExtension.cs36 readonly NativeMethods nativeMethods;
75 public NativeMethods NativeMethods property in Grpc.Core.Internal.NativeExtension
107 private static NativeMethods LoadNativeMethods() in LoadNativeMethods()
140 … return new NativeMethods(new NativeMethods.DllImportsFromSharedLib_x64_dll()); in LoadNativeMethods()
142 return new NativeMethods(new NativeMethods.DllImportsFromSharedLib_x64()); in LoadNativeMethods()
148 … return new NativeMethods(new NativeMethods.DllImportsFromSharedLib_x86_dll()); in LoadNativeMethods()
150 return new NativeMethods(new NativeMethods.DllImportsFromSharedLib_x86()); in LoadNativeMethods()
167 return new NativeMethods(new NativeMethods.DllImportsFromStaticLib()); in LoadNativeMethodsUnity()
170 return new NativeMethods(new NativeMethods.DllImportsFromSharedLib()); in LoadNativeMethodsUnity()
185 return new NativeMethods(new NativeMethods.DllImportsFromSharedLib()); in LoadNativeMethodsXamarin()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Tasks/
H A DStrongNameUtils.cs143 IntPtr fileHandle = NativeMethods.InvalidIntPtr; in GetAssemblyStrongNameLevel()
148 …fileHandle = NativeMethods.CreateFile(assemblyPath, NativeMethods.GENERIC_READ, FileShare.Read, In… in GetAssemblyStrongNameLevel()
149 if (fileHandle == NativeMethods.InvalidIntPtr) in GetAssemblyStrongNameLevel()
153 if (NativeMethods.GetFileType(fileHandle) != NativeMethods.FILE_TYPE_DISK) in GetAssemblyStrongNameLevel()
160 …fileMappingHandle = NativeMethods.CreateFileMapping(fileHandle, IntPtr.Zero, NativeMethods.PAGE_RE… in GetAssemblyStrongNameLevel()
168 …fileMappingBase = NativeMethods.MapViewOfFile(fileMappingHandle, NativeMethods.FILE_MAP_READ, 0, 0… in GetAssemblyStrongNameLevel()
192NativeMethods.IMAGE_COR20_HEADER cor20Header = (NativeMethods.IMAGE_COR20_HEADER)Marshal.PtrToStru… in GetAssemblyStrongNameLevel()
234 NativeMethods.CloseHandle(fileHandle); in GetAssemblyStrongNameLevel()
235 fileHandle = NativeMethods.InvalidIntPtr; in GetAssemblyStrongNameLevel()
262NativeMethods.IMAGE_NT_HEADERS32 ntHeader32 = (NativeMethods.IMAGE_NT_HEADERS32)Marshal.PtrToStruc… in GetCor20HeaderRva()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/unity3d/examples/
H A DNewBehaviourScript.cs25 if (NativeMethods.b3CanSubmitCommand(pybullet)==0) in Start()
27 pybullet = NativeMethods.b3ConnectPhysicsDirect(); in Start()
32 IntPtr cmd = NativeMethods.b3InitResetSimulationCommand(pybullet); in Start()
37 NativeMethods.b3PhysicsParamSetGravity(command, 0, -10, 0); in Start()
41 int numBodies = NativeMethods.b3GetNumBodies(pybullet); in Start()
51 NativeMethods.b3LoadUrdfCommandSetStartPosition(cmd, 0, 20, 0); in Start()
55 m_cubeUid = NativeMethods.b3GetStatusBodyIndex(status); in Start()
60 numBodies = NativeMethods.b3GetNumBodies(pybullet); in Start()
93 NativeMethods.b3GetBodyInfo(pybullet, 0, ref info ); in Start()
133 NativeMethods.b3GetStatusActualState( in Update()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/IO/ports/
H A DSerialStream.cs243 …SetDcbFlag(NativeMethods.FDTRCONTROL, value ? NativeMethods.DTR_CONTROL_ENABLE : NativeMethods.DTR…
286 SetDcbFlag(NativeMethods.FRTSCONTROL, NativeMethods.RTS_CONTROL_HANDSHAKE);
290 SetDcbFlag(NativeMethods.FRTSCONTROL, NativeMethods.RTS_CONTROL_ENABLE);
293 SetDcbFlag(NativeMethods.FRTSCONTROL, NativeMethods.RTS_CONTROL_DISABLE);
477 SetDcbFlag(NativeMethods.FRTSCONTROL, NativeMethods.RTS_CONTROL_ENABLE);
479 SetDcbFlag(NativeMethods.FRTSCONTROL, NativeMethods.RTS_CONTROL_DISABLE);
655 NativeMethods.GENERIC_READ | NativeMethods.GENERIC_WRITE, in SerialStream()
1306 SetDcbFlag(NativeMethods.FDTRCONTROL, NativeMethods.DTR_CONTROL_DISABLE); in InitializeDCB()
1334 SetDcbFlag(NativeMethods.FRTSCONTROL, NativeMethods.RTS_CONTROL_HANDSHAKE); in InitializeDCB()
1338 SetDcbFlag(NativeMethods.FRTSCONTROL, NativeMethods.RTS_CONTROL_DISABLE); in InitializeDCB()
[all …]
/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DProtectedDialog.cs115 NativeMethods.DesktopFlags deskFlags = in ShowDialog()
116 (NativeMethods.DesktopFlags.CreateMenu | in ShowDialog()
117 NativeMethods.DesktopFlags.CreateWindow | in ShowDialog()
118 NativeMethods.DesktopFlags.ReadObjects | in ShowDialog()
119 NativeMethods.DesktopFlags.WriteObjects | in ShowDialog()
120 NativeMethods.DesktopFlags.SwitchDesktop); in ShowDialog()
233 if(NativeMethods.GetThreadDesktop(NativeMethods.GetCurrentThreadId()) != in SecureDialogThread()
337 NativeMethods.SwitchDesktop(pOrgDesktop); in HandleUnexpectedDesktopSwitch()
345 NativeMethods.MessageBoxFlags mbf = in HandleUnexpectedDesktopSwitch()
352 NativeMethods.MessageBoxFlags.MB_RIGHT); in HandleUnexpectedDesktopSwitch()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/src/System/IO/Ports/
H A DSerialStream.cs215 …SetDcbFlag(NativeMethods.FDTRCONTROL, value ? NativeMethods.DTR_CONTROL_ENABLE : NativeMethods.DTR…
255 SetDcbFlag(NativeMethods.FRTSCONTROL, NativeMethods.RTS_CONTROL_HANDSHAKE);
259 SetDcbFlag(NativeMethods.FRTSCONTROL, NativeMethods.RTS_CONTROL_ENABLE);
263 SetDcbFlag(NativeMethods.FRTSCONTROL, NativeMethods.RTS_CONTROL_DISABLE);
448 SetDcbFlag(NativeMethods.FRTSCONTROL, NativeMethods.RTS_CONTROL_ENABLE);
450 SetDcbFlag(NativeMethods.FRTSCONTROL, NativeMethods.RTS_CONTROL_DISABLE);
1289 SetDcbFlag(NativeMethods.FDTRCONTROL, NativeMethods.DTR_CONTROL_DISABLE); in InitializeDCB()
1319 SetDcbFlag(NativeMethods.FRTSCONTROL, NativeMethods.RTS_CONTROL_HANDSHAKE); in InitializeDCB()
1323 SetDcbFlag(NativeMethods.FRTSCONTROL, NativeMethods.RTS_CONTROL_DISABLE); in InitializeDCB()
1355 if (whichFlag == NativeMethods.FDTRCONTROL || whichFlag == NativeMethods.FRTSCONTROL) in GetDcbFlag()
[all …]

12345678910>>...53