Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / 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. //------------------------------------------------------------------------------ //// 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ReadOnlyState.cs
- OracleBFile.cs
- GeneralTransformCollection.cs
- TableChangeProcessor.cs
- CreateRefExpr.cs
- RegexMatch.cs
- PolyQuadraticBezierSegmentFigureLogic.cs
- MemberJoinTreeNode.cs
- TransformerTypeCollection.cs
- XslCompiledTransform.cs
- FamilyMapCollection.cs
- AutoScrollHelper.cs
- tooltip.cs
- ReadOnlyHierarchicalDataSourceView.cs
- WebPartEditorOkVerb.cs
- SBCSCodePageEncoding.cs
- WebServicesDescriptionAttribute.cs
- TimeSpanValidatorAttribute.cs
- SymbolEqualComparer.cs
- MsmqOutputChannel.cs
- Misc.cs
- UnhandledExceptionEventArgs.cs
- DesignTimeVisibleAttribute.cs
- SqlUDTStorage.cs
- WebBrowserUriTypeConverter.cs
- DateTimeAutomationPeer.cs
- sqlser.cs
- BackStopAuthenticationModule.cs
- TableColumn.cs
- ZipIOLocalFileDataDescriptor.cs
- D3DImage.cs
- SendSecurityHeaderElement.cs
- LogExtentCollection.cs
- TransformPatternIdentifiers.cs
- SqlDataSourceEnumerator.cs
- ItemCheckEvent.cs
- SQLDecimal.cs
- ReceiveActivityValidator.cs
- HighlightComponent.cs
- SQLByte.cs
- SystemTcpStatistics.cs
- CodeTypeDeclaration.cs
- XmlSchemaAnnotated.cs
- ReflectionTypeLoadException.cs
- newinstructionaction.cs
- XmlSerializer.cs
- OutputCacheProfile.cs
- sqlstateclientmanager.cs
- SpotLight.cs
- RefreshInfo.cs
- NodeFunctions.cs
- Roles.cs
- OpenFileDialog.cs
- webbrowsersite.cs
- TypeInitializationException.cs
- FixedDocumentSequencePaginator.cs
- DataServiceHostFactory.cs
- Missing.cs
- MenuItemBindingCollection.cs
- RangeEnumerable.cs
- XmlNodeChangedEventManager.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- OdbcConnectionPoolProviderInfo.cs
- EmptyStringExpandableObjectConverter.cs
- WebBrowserUriTypeConverter.cs
- HttpApplicationFactory.cs
- TransformCollection.cs
- StaticFileHandler.cs
- QueryOutputWriter.cs
- DesignerDataStoredProcedure.cs
- NativeMethods.cs
- DataBindEngine.cs
- UndoUnit.cs
- XhtmlBasicTextViewAdapter.cs
- SecurityTokenResolver.cs
- TextPatternIdentifiers.cs
- Code.cs
- XmlSchemaException.cs
- WebRequestModuleElementCollection.cs
- Type.cs
- InputScopeAttribute.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- QueryContext.cs
- AlgoModule.cs
- BindingContext.cs
- WebControl.cs
- BulletDecorator.cs
- TextEditorTables.cs
- EventManager.cs
- Rotation3DAnimationUsingKeyFrames.cs
- WindowVisualStateTracker.cs
- DataGridHeaderBorder.cs
- ZoneLinkButton.cs
- TypeGeneratedEventArgs.cs
- DoubleConverter.cs
- _ListenerAsyncResult.cs
- Soap12ProtocolImporter.cs
- DockingAttribute.cs
- AuthenticationServiceManager.cs
- TextParagraphProperties.cs