wgx_sdk_version.cs source code in C# .NET

Source code for the .NET framework in C#

                        

Code:

/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Graphics / include / wgx_sdk_version.cs / 1 / wgx_sdk_version.cs

                            //---------------------------------------------------------------------------- 
//
// 
//    Copyright (C) Microsoft Corporation.  All rights reserved.
//  
//
// This file was generated, please do not edit it directly. 
// 
// Please see http://wiki/default.aspx/Microsoft.Projects.Avalon/MilCodeGen.html for more information.
// 
//---------------------------------------------------------------------------

// This code is generated from mcg\generators\ProtocolFingerprint.cs
 
namespace MS.Internal.Composition
{ 
    ///  
    /// This is the automatically generated part of the versioning class that
    /// contains definitions of methods returning MIL and DWM SDK versions. 
    /// 
    internal static class Version
    {
        ///  
        /// Returns the MIL SDK version this binary has been compiled against
        ///  
        internal static uint MilSdkVersion 
        {
            get 
            {
                unchecked
                {
                    return (uint)0x200184C0; 
                }
            } 
        } 

        ///  
        /// Returns the DWM SDK version this binary has been compiled against
        /// 
        internal static uint DwmSdkVersion
        { 
            get
            { 
                unchecked 
                {
                    return (uint)0xBDDCB2B; 
                }
            }
        }
    } 
}
 

// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
//---------------------------------------------------------------------------- 
//
// 
//    Copyright (C) Microsoft Corporation.  All rights reserved.
//  
//
// This file was generated, please do not edit it directly. 
// 
// Please see http://wiki/default.aspx/Microsoft.Projects.Avalon/MilCodeGen.html for more information.
// 
//---------------------------------------------------------------------------

// This code is generated from mcg\generators\ProtocolFingerprint.cs
 
namespace MS.Internal.Composition
{ 
    ///  
    /// This is the automatically generated part of the versioning class that
    /// contains definitions of methods returning MIL and DWM SDK versions. 
    /// 
    internal static class Version
    {
        ///  
        /// Returns the MIL SDK version this binary has been compiled against
        ///  
        internal static uint MilSdkVersion 
        {
            get 
            {
                unchecked
                {
                    return (uint)0x200184C0; 
                }
            } 
        } 

        ///  
        /// Returns the DWM SDK version this binary has been compiled against
        /// 
        internal static uint DwmSdkVersion
        { 
            get
            { 
                unchecked 
                {
                    return (uint)0xBDDCB2B; 
                }
            }
        }
    } 
}
 

// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.

                        

Link Menu

Network programming in C#, Network Programming in VB.NET, Network Programming in .NET
This book is available now!
Buy at Amazon US or
Buy at Amazon UK