Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / SafeNativeMethods.cs / 1 / SafeNativeMethods.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web { using System.Runtime.InteropServices; using System; using System.Security.Permissions; using System.Collections; using System.IO; using System.Text; [ System.Runtime.InteropServices.ComVisible(false), System.Security.SuppressUnmanagedCodeSecurityAttribute() ] internal sealed class SafeNativeMethods { private SafeNativeMethods() {} [DllImport(ModName.KERNEL32_FULL_NAME)] internal /*public*/ extern static int GetCurrentProcessId(); [DllImport(ModName.KERNEL32_FULL_NAME)] internal /*public*/ extern static int GetCurrentThreadId(); [DllImport(ModName.KERNEL32_FULL_NAME)] internal static extern bool QueryPerformanceCounter( [System.Runtime.InteropServices.Out, In] ref long lpPerformanceCount); [DllImport(ModName.KERNEL32_FULL_NAME)] internal static extern bool QueryPerformanceFrequency( [System.Runtime.InteropServices.Out, In] ref long lpFrequency); // required for HttpDebugHandlerTimeLog #if PERF [DllImport(ModName.KERNEL32_FULL_NAME, CharSet=CharSet.Unicode)] internal static extern void OutputDebugString(String message); #endif } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web { using System.Runtime.InteropServices; using System; using System.Security.Permissions; using System.Collections; using System.IO; using System.Text; [ System.Runtime.InteropServices.ComVisible(false), System.Security.SuppressUnmanagedCodeSecurityAttribute() ] internal sealed class SafeNativeMethods { private SafeNativeMethods() {} [DllImport(ModName.KERNEL32_FULL_NAME)] internal /*public*/ extern static int GetCurrentProcessId(); [DllImport(ModName.KERNEL32_FULL_NAME)] internal /*public*/ extern static int GetCurrentThreadId(); [DllImport(ModName.KERNEL32_FULL_NAME)] internal static extern bool QueryPerformanceCounter( [System.Runtime.InteropServices.Out, In] ref long lpPerformanceCount); [DllImport(ModName.KERNEL32_FULL_NAME)] internal static extern bool QueryPerformanceFrequency( [System.Runtime.InteropServices.Out, In] ref long lpFrequency); // required for HttpDebugHandlerTimeLog #if PERF [DllImport(ModName.KERNEL32_FULL_NAME, CharSet=CharSet.Unicode)] internal static extern void OutputDebugString(String message); #endif } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- GridViewCommandEventArgs.cs
- CompilerLocalReference.cs
- IImplicitResourceProvider.cs
- ShaperBuffers.cs
- DispatcherProcessingDisabled.cs
- BinaryNode.cs
- GridViewRowCollection.cs
- PaperSize.cs
- LayoutEvent.cs
- DataGridViewCellParsingEventArgs.cs
- PtsHelper.cs
- SamlAudienceRestrictionCondition.cs
- DataColumnMappingCollection.cs
- HttpCachePolicyElement.cs
- ThreadInterruptedException.cs
- Vector3DAnimationUsingKeyFrames.cs
- AlternateViewCollection.cs
- GPPOINTF.cs
- BamlBinaryWriter.cs
- HtmlElementErrorEventArgs.cs
- InkCollectionBehavior.cs
- DataSourceXmlSubItemAttribute.cs
- WebPartConnectionsCloseVerb.cs
- NavigationProperty.cs
- SecurityVersion.cs
- SerializerProvider.cs
- Line.cs
- Lazy.cs
- ModelItem.cs
- XmlSchemaCollection.cs
- DataGridViewImageCell.cs
- CheckBox.cs
- QueryExpr.cs
- BooleanConverter.cs
- ZoomPercentageConverter.cs
- SystemIPInterfaceStatistics.cs
- ContentType.cs
- PrimaryKeyTypeConverter.cs
- XmlSchemas.cs
- WebControl.cs
- Rotation3DKeyFrameCollection.cs
- DeferredTextReference.cs
- PerformanceCounterLib.cs
- Durable.cs
- FlowPosition.cs
- ResXBuildProvider.cs
- StatusBarPanel.cs
- HtmlTable.cs
- DbConnectionPoolCounters.cs
- CheckBoxStandardAdapter.cs
- PropertySourceInfo.cs
- ToolStripItemDesigner.cs
- DependencyObjectType.cs
- RangeEnumerable.cs
- UpdateManifestForBrowserApplication.cs
- ping.cs
- CompilationSection.cs
- ConditionBrowserDialog.cs
- DataBoundControlParameterTarget.cs
- CustomPopupPlacement.cs
- PaginationProgressEventArgs.cs
- Message.cs
- CacheAxisQuery.cs
- BoundColumn.cs
- ScaleTransform3D.cs
- MessageQueueAccessControlEntry.cs
- PhonemeConverter.cs
- WebPartTransformerAttribute.cs
- UdpRetransmissionSettings.cs
- CharKeyFrameCollection.cs
- Crypto.cs
- Rotation3D.cs
- TextSelectionHelper.cs
- DataPointer.cs
- SimpleHandlerFactory.cs
- ReadOnlyHierarchicalDataSource.cs
- ContentPlaceHolder.cs
- _OverlappedAsyncResult.cs
- IntMinMaxAggregationOperator.cs
- SymbolTable.cs
- IntegerValidator.cs
- DialogResultConverter.cs
- PropertyEmitterBase.cs
- XmlAttributeOverrides.cs
- StringAnimationUsingKeyFrames.cs
- SqlGatherConsumedAliases.cs
- ResourceSet.cs
- MimeBasePart.cs
- FormViewDesigner.cs
- ConfigurationConverterBase.cs
- ThrowHelper.cs
- KeyPullup.cs
- SqlXml.cs
- PermissionSet.cs
- XmlSchemaCollection.cs
- ArglessEventHandlerProxy.cs
- SerializationObjectManager.cs
- OwnerDrawPropertyBag.cs
- StaticResourceExtension.cs
- PropertyTabChangedEvent.cs