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
- TextRangeAdaptor.cs
- SqlInternalConnection.cs
- recordstatefactory.cs
- WeakKeyDictionary.cs
- ParameterBuilder.cs
- OleTxTransaction.cs
- ValidatedControlConverter.cs
- DataContract.cs
- sqlpipe.cs
- ShapingWorkspace.cs
- CompilerGeneratedAttribute.cs
- ApplicationHost.cs
- DescendentsWalker.cs
- MetadataException.cs
- SqlOuterApplyReducer.cs
- ParentUndoUnit.cs
- X509SecurityTokenAuthenticator.cs
- DtrList.cs
- WebSysDisplayNameAttribute.cs
- ObjectDataSource.cs
- HostAdapter.cs
- VisualProxy.cs
- TextFormatterContext.cs
- XmlComment.cs
- SiteMapProvider.cs
- PolyBezierSegmentFigureLogic.cs
- ConstraintCollection.cs
- TypeToTreeConverter.cs
- EncoderFallback.cs
- SemanticAnalyzer.cs
- EventWaitHandleSecurity.cs
- EntityDataSourceDesigner.cs
- XamlInt32CollectionSerializer.cs
- ImplicitInputBrush.cs
- EdmRelationshipRoleAttribute.cs
- NativeMethods.cs
- DocumentViewerBase.cs
- TextEditorThreadLocalStore.cs
- SurrogateSelector.cs
- SoapMessage.cs
- GatewayDefinition.cs
- Object.cs
- MethodRental.cs
- FullTextBreakpoint.cs
- BindingRestrictions.cs
- BaseConfigurationRecord.cs
- DictionaryItemsCollection.cs
- RewritingPass.cs
- IntegerValidator.cs
- Lasso.cs
- RowTypePropertyElement.cs
- InputLanguageManager.cs
- LZCodec.cs
- TextRange.cs
- ParameterElement.cs
- PreviewPageInfo.cs
- MdiWindowListItemConverter.cs
- CatalogPart.cs
- WsatServiceCertificate.cs
- DataRelation.cs
- TrimSurroundingWhitespaceAttribute.cs
- WizardStepBase.cs
- BindingContext.cs
- StateBag.cs
- OnOperation.cs
- XhtmlBasicCalendarAdapter.cs
- EditCommandColumn.cs
- wgx_exports.cs
- WebPageTraceListener.cs
- SystemFonts.cs
- GridViewRow.cs
- DetailsViewPageEventArgs.cs
- DataKey.cs
- PointHitTestParameters.cs
- DataFormats.cs
- HostedTransportConfigurationBase.cs
- ReflectionTypeLoadException.cs
- WindowsTreeView.cs
- ResizeGrip.cs
- SqlAliasesReferenced.cs
- SoapTypeAttribute.cs
- XmlSchemaAnnotation.cs
- FixedMaxHeap.cs
- BindToObject.cs
- XomlCompilerParameters.cs
- SchemaExporter.cs
- SwitchAttribute.cs
- UTF7Encoding.cs
- RefreshEventArgs.cs
- AsyncResult.cs
- WebPartMenu.cs
- ObjectQueryProvider.cs
- PropertyExpression.cs
- DataViewManagerListItemTypeDescriptor.cs
- ReachPrintTicketSerializer.cs
- FindSimilarActivitiesVerb.cs
- IDQuery.cs
- PanelDesigner.cs
- ServiceAuthorizationBehavior.cs
- DrawItemEvent.cs