Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Media / SafeNativeMethodsMilCoreApi.cs / 1 / SafeNativeMethodsMilCoreApi.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // // // ABOUT THIS FILE: // -- This file contains native methods which are deemed SAFE for partial trust callers // -- These methods DO have the SuppressUnmanagedCodeSecurity attribute which means // stalk walks for unmanaged // code will stop with the immediate caler. // -- Put methods in here which are needed in partial trust scenarios // -- If you have questions about how to use this file, email avsee //----------------------------------------------------------------------------- namespace MS.Win32.PresentationCore { using System.Runtime.InteropServices; using System.Runtime.InteropServices.ComTypes; using System; using System.Security; using System.Security.Permissions; using System.Collections; using System.IO; using System.Text; using System.Windows.Media.Composition; using Microsoft.Internal; using IComDataObject = System.Runtime.InteropServices.ComTypes.IDataObject; internal static partial class SafeNativeMethods { ////// TreatAsSafe: The security model here is that these APIs could be publicly exposed to partial trust /// callers - no risk. /// Critical: This code elevates priviliges by adding a SuppressUnmanagedCodeSecurity /// [SecurityCritical,SecurityTreatAsSafe] internal static int MilCompositionEngine_InitializePartitionManager(int nPriority, MIL_SCHEDULE_TYPE schedType) { return SafeNativeMethodsPrivate.MilCompositionEngine_InitializePartitionManager(nPriority, schedType); } ////// TreatAsSafe: The security model here is that these APIs could be publicly exposed to partial trust /// callers - no risk. /// Critical: This code elevates priviliges by adding a SuppressUnmanagedCodeSecurity /// [SecurityCritical,SecurityTreatAsSafe] internal static int MilCompositionEngine_DeinitializePartitionManager() { return SafeNativeMethodsPrivate.MilCompositionEngine_DeinitializePartitionManager(); } ////// This code does not have a critical attribute since the rest of the partial class /// has the attribute (UnsafeNativeMethodsOther) /// [SuppressUnmanagedCodeSecurity] private static partial class SafeNativeMethodsPrivate { [DllImport(DllImport.MilCore)] internal static extern int MilCompositionEngine_InitializePartitionManager(int nPriority, MIL_SCHEDULE_TYPE schedType); [DllImport(DllImport.MilCore)] internal static extern int MilCompositionEngine_DeinitializePartitionManager(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // // // ABOUT THIS FILE: // -- This file contains native methods which are deemed SAFE for partial trust callers // -- These methods DO have the SuppressUnmanagedCodeSecurity attribute which means // stalk walks for unmanaged // code will stop with the immediate caler. // -- Put methods in here which are needed in partial trust scenarios // -- If you have questions about how to use this file, email avsee //----------------------------------------------------------------------------- namespace MS.Win32.PresentationCore { using System.Runtime.InteropServices; using System.Runtime.InteropServices.ComTypes; using System; using System.Security; using System.Security.Permissions; using System.Collections; using System.IO; using System.Text; using System.Windows.Media.Composition; using Microsoft.Internal; using IComDataObject = System.Runtime.InteropServices.ComTypes.IDataObject; internal static partial class SafeNativeMethods { ////// TreatAsSafe: The security model here is that these APIs could be publicly exposed to partial trust /// callers - no risk. /// Critical: This code elevates priviliges by adding a SuppressUnmanagedCodeSecurity /// [SecurityCritical,SecurityTreatAsSafe] internal static int MilCompositionEngine_InitializePartitionManager(int nPriority, MIL_SCHEDULE_TYPE schedType) { return SafeNativeMethodsPrivate.MilCompositionEngine_InitializePartitionManager(nPriority, schedType); } ////// TreatAsSafe: The security model here is that these APIs could be publicly exposed to partial trust /// callers - no risk. /// Critical: This code elevates priviliges by adding a SuppressUnmanagedCodeSecurity /// [SecurityCritical,SecurityTreatAsSafe] internal static int MilCompositionEngine_DeinitializePartitionManager() { return SafeNativeMethodsPrivate.MilCompositionEngine_DeinitializePartitionManager(); } ////// This code does not have a critical attribute since the rest of the partial class /// has the attribute (UnsafeNativeMethodsOther) /// [SuppressUnmanagedCodeSecurity] private static partial class SafeNativeMethodsPrivate { [DllImport(DllImport.MilCore)] internal static extern int MilCompositionEngine_InitializePartitionManager(int nPriority, MIL_SCHEDULE_TYPE schedType); [DllImport(DllImport.MilCore)] internal static extern int MilCompositionEngine_DeinitializePartitionManager(); } } } // 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
- embossbitmapeffect.cs
- RenderCapability.cs
- PathFigure.cs
- SqlProcedureAttribute.cs
- StylusButtonEventArgs.cs
- ByteStack.cs
- RightsManagementInformation.cs
- MouseCaptureWithinProperty.cs
- SpoolingTask.cs
- XamlWriterExtensions.cs
- Currency.cs
- DefaultParameterValueAttribute.cs
- CompilerTypeWithParams.cs
- IdentitySection.cs
- WebPartExportVerb.cs
- SqlClientMetaDataCollectionNames.cs
- WindowsAltTab.cs
- InputLanguageProfileNotifySink.cs
- XmlNavigatorStack.cs
- HtmlInputFile.cs
- CompositeControl.cs
- ContentElement.cs
- NetworkInterface.cs
- SqlEnums.cs
- WebPartActionVerb.cs
- WebPartEditorCancelVerb.cs
- QueryGeneratorBase.cs
- HttpProfileBase.cs
- XmlObjectSerializerReadContextComplex.cs
- UpDownEvent.cs
- CodeTypeReference.cs
- CacheMemory.cs
- IdleTimeoutMonitor.cs
- RadioButtonPopupAdapter.cs
- JsonStringDataContract.cs
- ConfigurationElementProperty.cs
- XsltSettings.cs
- Vector3DCollectionConverter.cs
- FixedTextPointer.cs
- PrefixHandle.cs
- CompensationHandlingFilter.cs
- ToolStripItemDesigner.cs
- MethodBody.cs
- ContainerParaClient.cs
- BamlLocalizer.cs
- SingleResultAttribute.cs
- _NetworkingPerfCounters.cs
- UnitySerializationHolder.cs
- Speller.cs
- SignatureSummaryDialog.cs
- WorkItem.cs
- IPipelineRuntime.cs
- RegisteredDisposeScript.cs
- RegisteredScript.cs
- SortDescriptionCollection.cs
- PenCursorManager.cs
- MimeTextImporter.cs
- WebPartPersonalization.cs
- HtmlFormParameterReader.cs
- IPipelineRuntime.cs
- Tablet.cs
- ChannelManager.cs
- EasingFunctionBase.cs
- Rect3D.cs
- ExpressionVisitorHelpers.cs
- DataObjectMethodAttribute.cs
- XmlTextReader.cs
- CodeSnippetExpression.cs
- HandlerMappingMemo.cs
- ProfileModule.cs
- XmlWriterTraceListener.cs
- Animatable.cs
- MSG.cs
- NavigateEvent.cs
- StructuredTypeEmitter.cs
- HttpContextBase.cs
- SqlClientWrapperSmiStreamChars.cs
- Metadata.cs
- UserControl.cs
- ClientBuildManagerCallback.cs
- ContractAdapter.cs
- SqlHelper.cs
- IpcChannelHelper.cs
- TypeConstant.cs
- UnaryNode.cs
- OracleCommand.cs
- InteropBitmapSource.cs
- TextSelectionProcessor.cs
- DLinqTableProvider.cs
- SessionState.cs
- QueryStringHandler.cs
- TextServicesPropertyRanges.cs
- _FtpDataStream.cs
- RightsManagementEncryptionTransform.cs
- SineEase.cs
- CustomError.cs
- RegionData.cs
- Camera.cs
- PluggableProtocol.cs
- FixedFlowMap.cs