Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / UnsafeNativeMethods.cs / 1305376 / UnsafeNativeMethods.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services { using System; using System.Runtime.InteropServices; using System.Security.Permissions; using System.Web.Services.Interop; using System.Security; [ComVisible(false), SuppressUnmanagedCodeSecurity, SecurityPermission(SecurityAction.LinkDemand, Flags=SecurityPermissionFlag.UnmanagedCode)] internal class UnsafeNativeMethods { private UnsafeNativeMethods() {} [DllImport(ExternDll.Ole32, ExactSpelling=true)] internal static extern int CoCreateInstance([In] ref Guid clsid, [MarshalAs(UnmanagedType.Interface)] object punkOuter, int context, [In] ref Guid iid, [MarshalAs(UnmanagedType.Interface)] out object punk); internal static INotifySink2 RegisterNotifySource(INotifyConnection2 connection, INotifySource2 source) { return connection.RegisterNotifySource(source); } internal static void UnregisterNotifySource(INotifyConnection2 connection, INotifySource2 source) { connection.UnregisterNotifySource(source); } internal static void OnSyncCallOut(INotifySink2 sink, CallId callId, out IntPtr out_ppBuffer, ref int inout_pBufferSize) { sink.OnSyncCallOut(callId, out out_ppBuffer, ref inout_pBufferSize); } internal static void OnSyncCallEnter(INotifySink2 sink, CallId callId, byte[] in_pBuffer, int in_BufferSize) { sink.OnSyncCallEnter(callId, in_pBuffer, in_BufferSize); } internal static void OnSyncCallReturn(INotifySink2 sink, CallId callId, byte[] in_pBuffer, int in_BufferSize) { sink.OnSyncCallReturn(callId, in_pBuffer, in_BufferSize); } internal static void OnSyncCallExit(INotifySink2 sink, CallId callId, out IntPtr out_ppBuffer, ref int inout_pBufferSize) { sink.OnSyncCallExit(callId, out out_ppBuffer, ref inout_pBufferSize); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services { using System; using System.Runtime.InteropServices; using System.Security.Permissions; using System.Web.Services.Interop; using System.Security; [ComVisible(false), SuppressUnmanagedCodeSecurity, SecurityPermission(SecurityAction.LinkDemand, Flags=SecurityPermissionFlag.UnmanagedCode)] internal class UnsafeNativeMethods { private UnsafeNativeMethods() {} [DllImport(ExternDll.Ole32, ExactSpelling=true)] internal static extern int CoCreateInstance([In] ref Guid clsid, [MarshalAs(UnmanagedType.Interface)] object punkOuter, int context, [In] ref Guid iid, [MarshalAs(UnmanagedType.Interface)] out object punk); internal static INotifySink2 RegisterNotifySource(INotifyConnection2 connection, INotifySource2 source) { return connection.RegisterNotifySource(source); } internal static void UnregisterNotifySource(INotifyConnection2 connection, INotifySource2 source) { connection.UnregisterNotifySource(source); } internal static void OnSyncCallOut(INotifySink2 sink, CallId callId, out IntPtr out_ppBuffer, ref int inout_pBufferSize) { sink.OnSyncCallOut(callId, out out_ppBuffer, ref inout_pBufferSize); } internal static void OnSyncCallEnter(INotifySink2 sink, CallId callId, byte[] in_pBuffer, int in_BufferSize) { sink.OnSyncCallEnter(callId, in_pBuffer, in_BufferSize); } internal static void OnSyncCallReturn(INotifySink2 sink, CallId callId, byte[] in_pBuffer, int in_BufferSize) { sink.OnSyncCallReturn(callId, in_pBuffer, in_BufferSize); } internal static void OnSyncCallExit(INotifySink2 sink, CallId callId, out IntPtr out_ppBuffer, ref int inout_pBufferSize) { sink.OnSyncCallExit(callId, out out_ppBuffer, ref inout_pBufferSize); } } } // 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
- ViewEventArgs.cs
- ClientCultureInfo.cs
- Polygon.cs
- ApplicationFileCodeDomTreeGenerator.cs
- ConnectorRouter.cs
- BinaryObjectWriter.cs
- basevalidator.cs
- ProcessThread.cs
- FunctionDefinition.cs
- PrintDocument.cs
- ElementHostPropertyMap.cs
- HuffmanTree.cs
- RegexMatchCollection.cs
- EditingCommands.cs
- AssemblyBuilder.cs
- TextEditorCharacters.cs
- DescendantQuery.cs
- InputLanguageSource.cs
- SendMailErrorEventArgs.cs
- ClientRoleProvider.cs
- BCryptSafeHandles.cs
- Int64Storage.cs
- DesignerActionPanel.cs
- TemplateAction.cs
- LocalizationComments.cs
- SlipBehavior.cs
- HitTestWithPointDrawingContextWalker.cs
- BufferedGraphics.cs
- RenderDataDrawingContext.cs
- ASCIIEncoding.cs
- TextReader.cs
- ArraySet.cs
- IteratorDescriptor.cs
- RectangleHotSpot.cs
- SchemaNamespaceManager.cs
- TrackingAnnotationCollection.cs
- BitmapFrameDecode.cs
- AddInSegmentDirectoryNotFoundException.cs
- HttpStreamXmlDictionaryReader.cs
- TabPanel.cs
- PathNode.cs
- DiscardableAttribute.cs
- TreeViewDataItemAutomationPeer.cs
- DataGridViewComboBoxCell.cs
- TextModifier.cs
- Highlights.cs
- DecoderFallback.cs
- _DisconnectOverlappedAsyncResult.cs
- CustomTokenProvider.cs
- autovalidator.cs
- shaper.cs
- DataServiceRequestException.cs
- ConfigurationLockCollection.cs
- ProfileInfo.cs
- TabItem.cs
- DictionaryGlobals.cs
- MaterialGroup.cs
- RuntimeCompatibilityAttribute.cs
- FontStretches.cs
- TreeViewEvent.cs
- GridViewColumn.cs
- StringFunctions.cs
- AccessDataSourceWizardForm.cs
- HMACMD5.cs
- CheckBoxField.cs
- Operand.cs
- FormsAuthenticationCredentials.cs
- StateChangeEvent.cs
- VariantWrapper.cs
- TransformationRules.cs
- SqlNode.cs
- FrameworkRichTextComposition.cs
- AuthorizationRuleCollection.cs
- PropertyDescriptorCollection.cs
- IxmlLineInfo.cs
- UTF32Encoding.cs
- OracleException.cs
- followingquery.cs
- SqlNotificationEventArgs.cs
- InputGestureCollection.cs
- ChangePassword.cs
- UdpRetransmissionSettings.cs
- RuntimeHandles.cs
- RootProfilePropertySettingsCollection.cs
- GiveFeedbackEvent.cs
- XPathPatternBuilder.cs
- CaseInsensitiveHashCodeProvider.cs
- LoginCancelEventArgs.cs
- FixedDocumentSequencePaginator.cs
- DataGridViewCell.cs
- ControlUtil.cs
- Rules.cs
- clipboard.cs
- ListViewSelectEventArgs.cs
- WsdlWriter.cs
- PerspectiveCamera.cs
- MultipartContentParser.cs
- XamlReader.cs
- EntityCollection.cs
- DefaultWorkflowTransactionService.cs