Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Shared / MS / Win32 / messageonlyhwndwrapper.cs / 1 / messageonlyhwndwrapper.cs
using System; using System.Threading; using System.Security ; using System.Runtime.InteropServices; namespace MS.Win32 { // Specialized version of HwndWrapper for message-only windows. internal class MessageOnlyHwndWrapper : HwndWrapper { ////// Critical: This code calls into base class which is critical /// [SecurityCritical] public MessageOnlyHwndWrapper() : base(0, 0, 0, 0, 0, 0, 0, "", NativeMethods.HWND_MESSAGE, null) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Threading; using System.Security ; using System.Runtime.InteropServices; namespace MS.Win32 { // Specialized version of HwndWrapper for message-only windows. internal class MessageOnlyHwndWrapper : HwndWrapper { ////// Critical: This code calls into base class which is critical /// [SecurityCritical] public MessageOnlyHwndWrapper() : base(0, 0, 0, 0, 0, 0, 0, "", NativeMethods.HWND_MESSAGE, null) { } } } // 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
- Metadata.cs
- Graphics.cs
- ServiceNameElement.cs
- XmlAttribute.cs
- SyncOperationState.cs
- XPathNode.cs
- StrokeCollectionDefaultValueFactory.cs
- StructuredTypeEmitter.cs
- MSG.cs
- PrimitiveType.cs
- AccessedThroughPropertyAttribute.cs
- ImpersonateTokenRef.cs
- MobileErrorInfo.cs
- ProvideValueServiceProvider.cs
- __Filters.cs
- UriTemplateHelpers.cs
- BitmapData.cs
- BufferedWebEventProvider.cs
- WinFormsUtils.cs
- ConfigurationConverterBase.cs
- AnnotationComponentChooser.cs
- AssemblyInfo.cs
- NamedPipeConnectionPool.cs
- LinkLabelLinkClickedEvent.cs
- DebuggerAttributes.cs
- RepeatButton.cs
- IndependentAnimationStorage.cs
- COM2TypeInfoProcessor.cs
- DispatcherSynchronizationContext.cs
- TextServicesContext.cs
- WebServiceClientProxyGenerator.cs
- Canvas.cs
- IPGlobalProperties.cs
- SoapClientProtocol.cs
- Matrix3D.cs
- ValueCollectionParameterReader.cs
- DbReferenceCollection.cs
- _SslSessionsCache.cs
- XamlClipboardData.cs
- SessionPageStateSection.cs
- Transform3D.cs
- streamingZipPartStream.cs
- AccessDataSource.cs
- TypeConverterValueSerializer.cs
- EntityContainerEntitySet.cs
- ButtonColumn.cs
- ComplusEndpointConfigContainer.cs
- AppSettingsSection.cs
- EntityDataSourceSelectedEventArgs.cs
- DataControlFieldCell.cs
- AdornerHitTestResult.cs
- HttpServerUtilityBase.cs
- ToolstripProfessionalRenderer.cs
- PixelFormats.cs
- X509SecurityTokenAuthenticator.cs
- ServiceConfigurationTraceRecord.cs
- HttpRequestWrapper.cs
- x509store.cs
- StrokeSerializer.cs
- SystemIPAddressInformation.cs
- ColumnHeaderConverter.cs
- CodeDelegateCreateExpression.cs
- ClientProxyGenerator.cs
- DoubleAnimationUsingPath.cs
- EventData.cs
- WpfKnownMemberInvoker.cs
- StreamMarshaler.cs
- KeyGestureConverter.cs
- hwndwrapper.cs
- CodeDirectionExpression.cs
- XmlMtomReader.cs
- SafeBitVector32.cs
- UserPreferenceChangedEventArgs.cs
- CodeTypeReferenceCollection.cs
- CompilerLocalReference.cs
- BitmapEffectCollection.cs
- LZCodec.cs
- FrameworkTemplate.cs
- Blend.cs
- Evidence.cs
- RSAPKCS1SignatureDeformatter.cs
- X509CertificateValidator.cs
- WebControlAdapter.cs
- SecurityVerifiedMessage.cs
- SchemaImporterExtensionElement.cs
- Run.cs
- ConnectivityStatus.cs
- graph.cs
- FontSourceCollection.cs
- WebPartVerb.cs
- GenerateHelper.cs
- XamlFilter.cs
- User.cs
- ParameterCollection.cs
- KeysConverter.cs
- Scheduler.cs
- EdmProviderManifest.cs
- DesignerSerializationOptionsAttribute.cs
- SourceFileInfo.cs
- SpAudioStreamWrapper.cs