Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "COMPONENT" in [All]

ole32

.

The workaround is to write an unmanaged "shim" that will call CoInitializeSecurity, then activate and call into managed code. You can do this via an export from a mixed-mode C++ DLL, by registering a managed component for use by COM, or by using the CLR hosting API.

.

The workaround is to write an unmanaged "shim" that will call CoInitializeSecurity, then activate and call into managed code. You can do this via an export from a mixed-mode C++ DLL, by registering a managed component for use by COM, or by using the CLR hosting API.

uxtheme

.

The System.Windows.Forms.VisualStyles namespace allows rendering of various Visual Style elements, which sometimes can be cumbersome if you have alot of elements to work with or just want to keep the code to a minimal (or are on the design team and not the code team). Or you can get the freeware .NET component to place VisualStyleElement parts in the IDE forms designer using the VisualStyleRenderer .NET control. You can

netapi32

.

            if ( pintError > 0 ) { throw new System.ComponentModel.Win32Exception ( pintError ); }

.

                throw new System.ComponentModel.Win32Exception(ret);

.

                throw new System.ComponentModel.Win32Exception(ret);

.

      throw new System.ComponentModel.Win32Exception(ret);

.

        Return New System.ComponentModel.Win32Exception(RetVal).Message

user32

.
Summary
.

using System.ComponentModel;

.

         InitializeComponent();

.

using System.ComponentModel;

.

Imports System.ComponentModel

.

         InitializeComponent();

.

    using System.ComponentModel;

.

    using System.ComponentModel;

.

        throw new System.ComponentModel.Win32Exception(win32Error);

.

using System.ComponentModel;

.

         InitializeComponent();

.

  InitializeComponent()

.

        InitializeComponent();

.

using System.ComponentModel;

.

        private System.ComponentModel.Container components = null;

.

            InitializeComponent();

.

            // TODO: Add any constructor code after InitializeComponent call

.

                if (components != null)

.

                    components.Dispose();

.

        private void InitializeComponent()

.

         InitializeComponent();

.

         InitializeComponent();

.

            Dim errMsg As String = New System.ComponentModel.Win32Exception(errorCode).Message

.

            Dim errMsg As String = New System.ComponentModel.Win32Exception(errorCode).Message

.

(2) "External component has thrown an exception."

.

         InitializeComponent();

.

using System.ComponentModel;

.

        private System.ComponentModel.Container components = null;

.

            InitializeComponent();

.

            // TODO: Add any constructor code after InitializeComponent call

.

                if (components != null)

.

                    components.Dispose();

.

        private void InitializeComponent()

.

using System.ComponentModel;

.

        InitializeComponent();

wininet

.

public struct URL_COMPONENTS

.

    // (out) Pointer to a URL_COMPONENTS structure that receives the URL components

.

    ref URL_COMPONENTS lpUrlComponents);

.

Declare Function InternetCrackUrl Lib "wininet.dll" (ByVal lpszUrl As String, ByVal dwUrlLength As Integer, ByVal dwFlags As Integer, ByRef lpUrlComponents As URL_COMPONENTS) As <MarshalAs(UnmanagedType.Bool)> Boolean

.

URL_COMPONENTS

.

Structure URL_COMPONENTS

.
Documentation
[URL_COMPONENTS] on MSDN

shell32

29: CSIDL
.

        /// Version 5.0. A folder for components that are shared across applications. A typical path is C:\Program Files\Common.

.

        InitializeComponent();

.

        /// has been delivered to all affected components.

.

        /// The function should begin delivering notifications to all affected components

.

    ' has been delivered to all affected components.

.

    ' The function should begin delivering notifications to all affected components

.

Imports System.ComponentModel

.

    Private Overloads Sub OnClosing(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs)

.

     Dim ex As New System.ComponentModel.Win32Exception(System.Runtime.InteropServices.Marshal.GetLastWin32Error())

.

   Dim ex As New System.ComponentModel.Win32Exception(System.Runtime.InteropServices.Marshal.GetLastWin32Error())

.

        // Version 5.0. A folder for components that are shared across

advapi32

.

            Throw New System.ComponentModel.Win32Exception(lastWin32Error, _

.

            Throw New System.ComponentModel.Win32Exception(lastWin32Error, _

.

                Throw New System.ComponentModel.Win32Exception(lastWin32Error, _

.

        InitializeComponent();

.

        InitializeComponent();

.

         InitializeComponent ();

.

     private void InitializeComponent()

.

     throw new System.ComponentModel.Win32Exception();

.

     throw new System.ComponentModel.Win32Exception(Marshal.GetLastWin32Error());

.

    using System.ComponentModel;

.

    Throw New ComponentModel.Win32Exception(Marshal.GetLastWin32Error())

.

    Throw New ComponentModel.Win32Exception(Marshal.GetLastWin32Error())

.

using System.ComponentModel;

.

    using System.ComponentModel;

.

using System.ComponentModel;

.

        Dim W32ex As New System.ComponentModel.Win32Exception()

.

            throw new Exception("Exception encountered opening registry key.", new System.ComponentModel.Win32Exception(result));

.

        Dim W32ex As New System.ComponentModel.Win32Exception()

.

            throw new Exception("Exception encountered opening registry key.", new System.ComponentModel.Win32Exception(result));

.

    using System.ComponentModel;       //Win32Exception

.

                throw new System.ComponentModel.Win32Exception();

.

                throw new System.ComponentModel.Win32Exception();

.

                Else : Throw New System.ComponentModel.Win32Exception(_error)

.

             Else : Throw New System.ComponentModel.Win32Exception(_error)

comctl32

.

using System.ComponentModel;

.

       /// <exception cref="System.ComponentModel.Win32Exception">Unable to draw the image with defined parameters.</exception>

.

       /// <exception cref="System.ComponentModel.Win32Exception">The image cannot be added as an overlay.</exception>

.

       /// <exception cref="System.ComponentModel.Win32Exception">The image cannot be added as an overlay.</exception>

.

using System.ComponentModel;

.

       /// <exception cref="System.ComponentModel.Win32Exception">Unable to draw the image with defined parameters.</exception>

.

       /// <exception cref="System.ComponentModel.Win32Exception">The image cannot be added as an overlay.</exception>

.

       /// <exception cref="System.ComponentModel.Win32Exception">The image cannot be added as an overlay.</exception>

secur32

.

                            throw new System.ComponentModel.Win32Exception();

.

                            throw new System.ComponentModel.Win32Exception((int)OSCalls.LsaNtStatusToWinError(status));

.

                                    throw new System.ComponentModel.Win32Exception((int)OSCalls.LsaNtStatusToWinError(status));

.

                                    throw new System.ComponentModel.Win32Exception((int)OSCalls.LsaNtStatusToWinError(status));

Enums

.

public enum ComponentModify : int

.

Public Enum ComponentModify

.
Summary
Used by the IActiveDesktop interface COMPONENT structure
.
Documentation
[COMPONENT] on MSDN
.

    // will be adjusted to the specified hues and saturations.  The brightness does not represent a component of a specific

.

    using System.ComponentModel;

.

    using System.ComponentModel;

.

    ///The component or application containing the component has been disabled.

.

    [Description("The component or application containing the component has been disabled.")]

.

    ///A user-supplied component or subscriber raised an exception

.

    [Description("A user-supplied component or subscriber raised an exception")]

.

    ///You made a method call on a COM+ component that has a transaction that has already aborted or in the process of aborting.

.

    [Description("You made a method call on a COM+ component that has a transaction that has already aborted or in the process of aborting.")]

.

    ///The component is configured to use synchronization and this method call would cause a deadlock to occur.

.

    [Description("The component is configured to use synchronization and this method call would cause a deadlock to occur.")]

.

    ///The component is configured to use synchronization and a thread has timed out waiting to enter the context.

.

    [Description("The component is configured to use synchronization and a thread has timed out waiting to enter the context.")]

.

    ///You made a method call on a COM+ component that has a transaction that has already committed or aborted.

.

    [Description("You made a method call on a COM+ component that has a transaction that has already committed or aborted.")]

.

    ///The components threading model has changed after install into a COM+ Application.  Please re-install component.

.

    [Description("The components threading model has changed after install into a COM+ Application.  Please re-install component.")]

.

    ///The COM+ component you created must use object pooling to work.

.

    [Description("The COM+ component you created must use object pooling to work.")]

.

    ///The COM+ component you created must use object construction to work correctly.

.

    [Description("The COM+ component you created must use object construction to work correctly.")]

.

    ///The COM+ component requires synchronization, and it is not configured for it.

.

    [Description("The COM+ component requires synchronization, and it is not configured for it.")]

.

    ///The TxIsolation Level property for the COM+ component being created is stronger than the TxIsolationLevel for the "root" component for the transaction.  The creation failed.

.

    [Description("The TxIsolation Level property for the COM+ component being created is stronger than the TxIsolationLevel for the \"root\" component for the transaction.  The creation failed.")]

.

    ///No installed components were detected.

.

    [Description("No installed components were detected.")]

.

    ///An unrecognized error code was returned from a layered component.

.

    [Description("An unrecognized error code was returned from a layered component.")]

.

    ///The component's CLSID is missing or corrupt

.

    [Description("The component's CLSID is missing or corrupt")]

.

    ///The component's progID is missing or corrupt

.

    [Description("The component's progID is missing or corrupt")]

.

    ///DllRegisterServer failed on component install

.

    [Description("DllRegisterServer failed on component install")]

.

    ///Errors occurred while in the component registrar

.

    [Description("Errors occurred while in the component registrar")]

.

    ///The DLL does not support the components listed in the TypeLib

.

    [Description("The DLL does not support the components listed in the TypeLib")]

.

    ///The file does not contain components or component information

.

    [Description("The file does not contain components or component information")]

.

    ///The component move was disallowed, because the source or destination application is either a system application or currently locked against changes

.

    [Description("The component move was disallowed, because the source or destination application is either a system application or currently locked against changes")]

.

    ///The component move failed because the destination application no longer exists

.

    [Description("The component move failed because the destination application no longer exists")]

.

    ///The component registrar referenced in this file is not available

.

    [Description("The component registrar referenced in this file is not available")]

.

    ///A component in the same DLL is already installed

.

    [Description("A component in the same DLL is already installed")]

.

    ///The component already exists

.

    [Description("The component already exists")]

.

    public const int COMADMIN_E_COMPONENTEXISTS = unchecked((int)0x80110439);

.

    ///A role assigned to a component, interface, or method did not exist in the application

.

    [Description("A role assigned to a component, interface, or method did not exist in the application")]

.

    ///You must have components in an application in order to start the application

.

    [Description("You must have components in an application in order to start the application")]

.

    public const int COMADMIN_E_START_APP_NEEDS_COMPONENTS = unchecked((int)0x80110448);

.

    ///Can not subscribe to this component (the component may have been imported)

.

    [Description("Can not subscribe to this component (the component may have been imported)")]

.

    public const int COMADMIN_E_CANT_SUBSCRIBE_TO_COMPONENT = unchecked((int)0x8011044D);

.

    ///An event class cannot also be a subscriber component

.

    [Description("An event class cannot also be a subscriber component")]

.

    ///The partition cannot be exported, because one or more components in the partition have the same file name

.

    [Description("The partition cannot be exported, because one or more components in the partition have the same file name")]

.

    ///Applications that contain one or more imported components cannot be installed into a non-base partition

.

    [Description("Applications that contain one or more imported components cannot be installed into a non-base partition")]

.

    public const int COMADMIN_E_CAT_IMPORTED_COMPONENTS_NOT_ALLOWED = unchecked((int)0x8011045B);

.

    // COMPLUS Queued component errors

.

    ///At least one interface must be marked "queued" in order to create a queued component instance with the "queue" moniker

.

    [Description("At least one interface must be marked \"queued\" in order to create a queued component instance with the \"queue\" moniker")]

.

    ///Applications containing one or more legacy components may not be exported to 1.0 format.

.

    [Description("Applications containing one or more legacy components may not be exported to 1.0 format.")]

.

    ///Legacy components may not exist in non-base partitions.

.

    [Description("Legacy components may not exist in non-base partitions.")]

.

    ///A component cannot be moved (or copied) from the System Application, an application proxy or a non-changeable application

.

    [Description("A component cannot be moved (or copied) from the System Application, an application proxy or a non-changeable application")]

.

    ///A component cannot be moved (or copied) to the System Application, an application proxy or a non-changeable application

.

    [Description("A component cannot be moved (or copied) to the System Application, an application proxy or a non-changeable application")]

.

    ///A private component cannot be moved (or copied) to a library application or to the base partition

.

    [Description("A private component cannot be moved (or copied) to a library application or to the base partition")]

.

    ///Alas, Event Class components cannot be aliased.

.

    [Description("Alas, Event Class components cannot be aliased.")]

.

    ///Access is denied because the component is private.

.

    [Description("Access is denied because the component is private.")]

.

    '''The component or application containing the component has been disabled.

.

    <Description("The component or application containing the component has been disabled.")> _

.

    '''A user-supplied component or subscriber raised an exception

.

    <Description("A user-supplied component or subscriber raised an exception")> _

.

    '''You made a method call on a COM+ component that has a transaction that has already aborted or in the process of aborting.

.

    <Description("You made a method call on a COM+ component that has a transaction that has already aborted or in the process of aborting.")> _

.

    '''The component is configured to use synchronization and this method call would cause a deadlock to occur.

.

    <Description("The component is configured to use synchronization and this method call would cause a deadlock to occur.")> _

.

    '''The component is configured to use synchronization and a thread has timed out waiting to enter the context.

.

    <Description("The component is configured to use synchronization and a thread has timed out waiting to enter the context.")> _

.

    '''You made a method call on a COM+ component that has a transaction that has already committed or aborted.

.

    <Description("You made a method call on a COM+ component that has a transaction that has already committed or aborted.")> _

.

    '''The components threading model has changed after install into a COM+ Application.  Please re-install component.

.

    <Description("The components threading model has changed after install into a COM+ Application.  Please re-install component.")> _

.

    '''The COM+ component you created must use object pooling to work.

.

    <Description("The COM+ component you created must use object pooling to work.")> _

.

    '''The COM+ component you created must use object construction to work correctly.

.

    <Description("The COM+ component you created must use object construction to work correctly.")> _

.

    '''The COM+ component requires synchronization, and it is not configured for it.

.

    <Description("The COM+ component requires synchronization, and it is not configured for it.")> _

.

    '''The TxIsolation Level property for the COM+ component being created is stronger than the TxIsolationLevel for the "root" component for the transaction.  The creation failed.

.

    <Description("The TxIsolation Level property for the COM+ component being created is stronger than the TxIsolationLevel for the ""root"" component for the transaction.  The creation failed.")> _

.

    '''No installed components were detected.

.

    <Description("No installed components were detected.")> _

.

    '''An unrecognized error code was returned from a layered component.

.

    <Description("An unrecognized error code was returned from a layered component.")> _

.

    '''The component's CLSID is missing or corrupt

.

    <Description("The component's CLSID is missing or corrupt")> _

.

    '''The component's progID is missing or corrupt

.

    <Description("The component's progID is missing or corrupt")> _

.

    '''DllRegisterServer failed on component install

.

    <Description("DllRegisterServer failed on component install")> _

.

    '''Errors occurred while in the component registrar

.

    <Description("Errors occurred while in the component registrar")> _

.

    '''The DLL does not support the components listed in the TypeLib

.

    <Description("The DLL does not support the components listed in the TypeLib")> _

.

    '''The file does not contain components or component information

.

    <Description("The file does not contain components or component information")> _

.

    '''The component move was disallowed, because the source or destination application is either a system application or currently locked against changes

.

    <Description("The component move was disallowed, because the source or destination application is either a system application or currently locked against changes")> _

.

    '''The component move failed because the destination application no longer exists

.

    <Description("The component move failed because the destination application no longer exists")> _

.

    '''The component registrar referenced in this file is not available

.

    <Description("The component registrar referenced in this file is not available")> _

.

    '''A component in the same DLL is already installed

.

    <Description("A component in the same DLL is already installed")> _

.

    '''The component already exists

.

    <Description("The component already exists")> _

.

    Public Const COMADMIN_E_COMPONENTEXISTS As Integer = CInt(&H80110439UI)

.

    '''A role assigned to a component, interface, or method did not exist in the application

.

    <Description("A role assigned to a component, interface, or method did not exist in the application")> _

.

    '''You must have components in an application in order to start the application

.

    <Description("You must have components in an application in order to start the application")> _

.

    Public Const COMADMIN_E_START_APP_NEEDS_COMPONENTS As Integer = CInt(&H80110448UI)

.

    '''Can not subscribe to this component (the component may have been imported)

.

    <Description("Can not subscribe to this component (the component may have been imported)")> _

.

    Public Const COMADMIN_E_CANT_SUBSCRIBE_TO_COMPONENT As Integer = CInt(&H8011044dUI)

.

    '''An event class cannot also be a subscriber component

.

    <Description("An event class cannot also be a subscriber component")> _

.

    '''The partition cannot be exported, because one or more components in the partition have the same file name

.

    <Description("The partition cannot be exported, because one or more components in the partition have the same file name")> _

.

    '''Applications that contain one or more imported components cannot be installed into a non-base partition

.

    <Description("Applications that contain one or more imported components cannot be installed into a non-base partition")> _

.

    Public Const COMADMIN_E_CAT_IMPORTED_COMPONENTS_NOT_ALLOWED As Integer = CInt(&H8011045bUI)

.

    ' COMPLUS Queued component errors

.

    '''At least one interface must be marked "queued" in order to create a queued component instance with the "queue" moniker

.

    <Description("At least one interface must be marked ""queued"" in order to create a queued component instance with the ""queue"" moniker")> _

.

    '''Applications containing one or more legacy components may not be exported to 1.0 format.

.

    <Description("Applications containing one or more legacy components may not be exported to 1.0 format.")> _

.

    '''Legacy components may not exist in non-base partitions.

.

    <Description("Legacy components may not exist in non-base partitions.")> _

.

    '''A component cannot be moved (or copied) from the System Application, an application proxy or a non-changeable application

.

    <Description("A component cannot be moved (or copied) from the System Application, an application proxy or a non-changeable application")> _

.

    '''A component cannot be moved (or copied) to the System Application, an application proxy or a non-changeable application

.

    <Description("A component cannot be moved (or copied) to the System Application, an application proxy or a non-changeable application")> _

.

    '''A private component cannot be moved (or copied) to a library application or to the base partition

.

    <Description("A private component cannot be moved (or copied) to a library application or to the base partition")> _

.

    '''Alas, Event Class components cannot be aliased.

.

    <Description("Alas, Event Class components cannot be aliased.")> _

.

    '''Access is denied because the component is private.

.

    <Description("Access is denied because the component is private.")> _

.

    INSTALLSTATE_NOTUSED      = -7,  // component disabled

.

    INSTALLSTATE_REMOVED      =  1,  // component being removed (action state, not settable)

.

    ''' Component disabled.

.

    ''' Component being removed (action state, not settable).

.
Summary
The SECURITY_DESCRIPTOR_CONTROL data type is a set of bit flags that qualify the meaning of a security descriptor or its components. Each security descriptor has a Control member that stores the SECURITY_DESCRIPTOR_CONTROL bits.
.

    System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) _

.

    System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) _

Cut off search results after 60. Please refine your search.


 
Access PInvoke.net directly from VS: