Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Shared / MS / Win32 / messageonlyhwndwrapper.cs / 1305600 / 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
- FormatVersion.cs
- Missing.cs
- XmlWriter.cs
- DataSourceView.cs
- ECDiffieHellmanCngPublicKey.cs
- CompensateDesigner.cs
- InvalidWMPVersionException.cs
- XmlSchemaProviderAttribute.cs
- ScriptingProfileServiceSection.cs
- DataRowCollection.cs
- Rectangle.cs
- DataBindingValueUIHandler.cs
- WorkflowQueuingService.cs
- DataObjectSettingDataEventArgs.cs
- GeneralTransformCollection.cs
- TryCatch.cs
- PlainXmlSerializer.cs
- StreamInfo.cs
- TrackingMemoryStreamFactory.cs
- ReadOnlyTernaryTree.cs
- PageCache.cs
- NextPreviousPagerField.cs
- RoutedUICommand.cs
- SettingsPropertyWrongTypeException.cs
- SmtpReplyReader.cs
- TypeSemantics.cs
- Block.cs
- CollectionViewSource.cs
- EndOfStreamException.cs
- StreamUpdate.cs
- KeyToListMap.cs
- QuaternionRotation3D.cs
- XNameConverter.cs
- SimpleMailWebEventProvider.cs
- ContainerUtilities.cs
- CustomAttributeFormatException.cs
- DataSourceSerializationException.cs
- TextParaClient.cs
- XmlSchemaAttribute.cs
- Funcletizer.cs
- AccessDataSourceWizardForm.cs
- BitmapDownload.cs
- ActivityBindForm.cs
- Table.cs
- TextTreeTextBlock.cs
- SimpleFieldTemplateUserControl.cs
- RadialGradientBrush.cs
- Form.cs
- AtomPub10CategoriesDocumentFormatter.cs
- QuaternionConverter.cs
- FilterQuery.cs
- BuilderInfo.cs
- SqlCacheDependencySection.cs
- BinaryFormatterSinks.cs
- IIS7WorkerRequest.cs
- EncoderExceptionFallback.cs
- StrongNameIdentityPermission.cs
- ChineseLunisolarCalendar.cs
- StorageFunctionMapping.cs
- FontStyles.cs
- WindowsMenu.cs
- XmlSubtreeReader.cs
- ToolStripDropDown.cs
- ToolbarAUtomationPeer.cs
- ContextQuery.cs
- NoPersistScope.cs
- DeferredBinaryDeserializerExtension.cs
- SecurityState.cs
- VisualStyleElement.cs
- ObjectDesignerDataSourceView.cs
- FastEncoder.cs
- ModelItemCollection.cs
- MDIControlStrip.cs
- VersionedStream.cs
- UnsafeNativeMethods.cs
- CodeSubDirectoriesCollection.cs
- ExceptionHelpers.cs
- HttpCacheVary.cs
- QueryPageSettingsEventArgs.cs
- DefaultEventAttribute.cs
- SimplePropertyEntry.cs
- CompoundFileStreamReference.cs
- PopupRoot.cs
- ObjectSpanRewriter.cs
- OutputCacheProviderCollection.cs
- DesignerValidationSummaryAdapter.cs
- Color.cs
- FileDialog_Vista_Interop.cs
- WebHttpBehavior.cs
- BooleanSwitch.cs
- HiddenField.cs
- URLMembershipCondition.cs
- PasswordDeriveBytes.cs
- DateTimeParse.cs
- OdbcFactory.cs
- GridItemProviderWrapper.cs
- WindowsSpinner.cs
- XmlSerializableServices.cs
- MessageLogTraceRecord.cs
- XPathQilFactory.cs