Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- HandleExceptionArgs.cs
- DeclarativeCatalogPart.cs
- ResolveCriteria11.cs
- LineServices.cs
- SerTrace.cs
- ExportOptions.cs
- RouteCollection.cs
- MsmqChannelListenerBase.cs
- ChannelPoolSettingsElement.cs
- TraceUtility.cs
- HtmlTableCell.cs
- BindingWorker.cs
- FullTextLine.cs
- ValuePattern.cs
- AuthenticationServiceManager.cs
- TextEditorDragDrop.cs
- WebPartConnectionsConnectVerb.cs
- MessageQueuePermissionEntry.cs
- HelpEvent.cs
- HierarchicalDataBoundControl.cs
- FixedTextView.cs
- ValueType.cs
- WebSysDefaultValueAttribute.cs
- MenuRenderer.cs
- TrustManager.cs
- ComplexTypeEmitter.cs
- WebPartConnection.cs
- GrammarBuilderPhrase.cs
- TextSerializer.cs
- ColorMap.cs
- StandardBindingElementCollection.cs
- ToolStripItemTextRenderEventArgs.cs
- ThicknessAnimation.cs
- TypeExtensionConverter.cs
- BitConverter.cs
- ConnectionProviderAttribute.cs
- TemplateControlParser.cs
- ExpressionHelper.cs
- FormViewDeleteEventArgs.cs
- OracleLob.cs
- WebPartVerbsEventArgs.cs
- DbXmlEnabledProviderManifest.cs
- PeerNameResolver.cs
- RegexRunner.cs
- GroupBoxAutomationPeer.cs
- TreeNodeStyleCollection.cs
- SecureStringHasher.cs
- CodeIterationStatement.cs
- WsdlBuildProvider.cs
- WorkflowInstanceProxy.cs
- SByte.cs
- IsolatedStorageFileStream.cs
- SafeFileMappingHandle.cs
- QuadTree.cs
- PropertyNames.cs
- TraceFilter.cs
- WsatTransactionInfo.cs
- MemberInfoSerializationHolder.cs
- EdmFunction.cs
- RenderTargetBitmap.cs
- StyleModeStack.cs
- ClientConfigurationHost.cs
- FixedSOMPage.cs
- DataConnectionHelper.cs
- CTreeGenerator.cs
- ServiceContractViewControl.cs
- XmlSubtreeReader.cs
- ServiceInstallComponent.cs
- PatternMatcher.cs
- CipherData.cs
- FilterQuery.cs
- DoubleAnimationUsingPath.cs
- ComponentResourceKeyConverter.cs
- DirectionalLight.cs
- xsdvalidator.cs
- CustomAttribute.cs
- ComplexObject.cs
- ADRoleFactoryConfiguration.cs
- MemberAccessException.cs
- CommandManager.cs
- TimeSpanHelper.cs
- PersistenceProvider.cs
- VersionedStreamOwner.cs
- ItemDragEvent.cs
- DataGridViewLinkCell.cs
- FormsAuthenticationTicket.cs
- FixedBufferAttribute.cs
- ScriptingProfileServiceSection.cs
- ObjectViewQueryResultData.cs
- SafeHandles.cs
- _ConnectStream.cs
- CrossAppDomainChannel.cs
- COM2FontConverter.cs
- StringBuilder.cs
- StateMachineTimers.cs
- NullableDecimalAverageAggregationOperator.cs
- Attributes.cs
- XmlNamespaceMapping.cs
- CryptoApi.cs
- OracleRowUpdatedEventArgs.cs