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
- ExtendedPropertyDescriptor.cs
- Ops.cs
- BeginCreateSecurityTokenRequest.cs
- DataServiceContext.cs
- CalendarAutoFormatDialog.cs
- ViewGenResults.cs
- UIntPtr.cs
- mactripleDES.cs
- TextElement.cs
- AmbientValueAttribute.cs
- BrushValueSerializer.cs
- QuaternionRotation3D.cs
- HelpKeywordAttribute.cs
- Validator.cs
- ScrollEvent.cs
- SqlDesignerDataSourceView.cs
- XmlElement.cs
- CollectionContainer.cs
- LoginView.cs
- WizardForm.cs
- ActivityMarkupSerializationProvider.cs
- GridViewColumnCollectionChangedEventArgs.cs
- Int16Converter.cs
- AnimationLayer.cs
- SizeAnimationClockResource.cs
- AnchoredBlock.cs
- NestedContainer.cs
- CompilerParameters.cs
- SymbolTable.cs
- CompiledQuery.cs
- PagerSettings.cs
- FrameworkObject.cs
- ToolStripMenuItem.cs
- SHA512.cs
- ActivityLocationReferenceEnvironment.cs
- ModelItemCollectionImpl.cs
- DtrList.cs
- IdentifierCollection.cs
- OutputCacheModule.cs
- DbParameterCollectionHelper.cs
- RelatedPropertyManager.cs
- ModelEditingScope.cs
- LayoutUtils.cs
- ThreadExceptionDialog.cs
- BitmapImage.cs
- TableDesigner.cs
- MenuCommands.cs
- StringDictionaryCodeDomSerializer.cs
- GridView.cs
- _OSSOCK.cs
- MasterPageBuildProvider.cs
- PropertyRef.cs
- HideDisabledControlAdapter.cs
- WinCategoryAttribute.cs
- CheckBoxStandardAdapter.cs
- DataTable.cs
- TransformerInfoCollection.cs
- BrushConverter.cs
- WebPartConnectionsConnectVerb.cs
- DataContractSerializerSection.cs
- ClientSideQueueItem.cs
- PageCache.cs
- SessionEndingEventArgs.cs
- SplitterPanel.cs
- PortCache.cs
- ping.cs
- ListItemCollection.cs
- AssemblyHash.cs
- SynchronizationContext.cs
- TypeDelegator.cs
- FileUtil.cs
- RawMouseInputReport.cs
- IntSecurity.cs
- ConfigurationValidatorBase.cs
- BehaviorEditorPart.cs
- TransportChannelListener.cs
- WebExceptionStatus.cs
- CommandBinding.cs
- GridViewEditEventArgs.cs
- IndexerNameAttribute.cs
- DisplayNameAttribute.cs
- SplashScreen.cs
- SMSvcHost.cs
- AttributeData.cs
- SimplePropertyEntry.cs
- SignerInfo.cs
- ValidationErrorCollection.cs
- OrthographicCamera.cs
- OwnerDrawPropertyBag.cs
- unitconverter.cs
- SmiTypedGetterSetter.cs
- SystemColorTracker.cs
- OutgoingWebRequestContext.cs
- RoutedEventConverter.cs
- QilParameter.cs
- RSAPKCS1SignatureFormatter.cs
- ViewRendering.cs
- WebBrowsableAttribute.cs
- ColorKeyFrameCollection.cs
- SoapFault.cs