Desktop Functions: Smart Device Functions:
|
Search Results for "COMPONENT" in [All]odbccp32
ODBC_ERROR_COMPONENT_NOT_FOUND = 6, winmm2: MixerFlags
MIXER_GETLINEINFOF_COMPONENTTYPE = 3,
MIXER_GETLINEINFOF_COMPONENTTYPE = 3
COMPONENTTYPE = 0x00000003u, userenv
throw new System.ComponentModel.Win32Exception(lastError, "CreateEnvironmentBlock Error " + lastError); mpr
Dim errorM = New System.ComponentModel.Win32Exception(returnValue).Message shlwapi
''' Truncates a path to fit within a certain number of characters by replacing path components with ellipses.
''' Truncates a path to fit within a certain number of characters by replacing path components with ellipses.
static extern String PathFindNextComponent([In] String pszPath);
Declare Function PathFindNextComponent Lib "shlwapi.dll" (TODO) As TODO
str = PathFindNextComponent(str); shell3210: 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 13: SHAppBarMessage
Imports System.ComponentModel
Private Overloads Sub OnClosing(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) 14: ShellExecuteEx
Dim ex As New System.ComponentModel.Win32Exception(System.Runtime.InteropServices.Marshal.GetLastWin32Error())
Dim ex As New System.ComponentModel.Win32Exception(System.Runtime.InteropServices.Marshal.GetLastWin32Error()) 15: SHGetFolderPath
// Version 5.0. A folder for components that are shared across user3217: CreateWindowEx
using System.ComponentModel;
InitializeComponent(); using System.ComponentModel; Imports System.ComponentModel
InitializeComponent(); 21: GetGUIThreadInfo
using System.ComponentModel; 22: GetKeyboardState
using System.ComponentModel;
throw new System.ComponentModel.Win32Exception(win32Error); 24: GetSystemMetrics
using System.ComponentModel;
InitializeComponent(); 25: HideCaret
InitializeComponent() 26: IsCharLower
InitializeComponent(); 27: IsIconic 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() 28: keybd_event
InitializeComponent(); 29: mouse_event
InitializeComponent();
Dim errMsg As String = New System.ComponentModel.Win32Exception(errorCode).Message
Dim errMsg As String = New System.ComponentModel.Win32Exception(errorCode).Message 32: PeekMessage (2) "External component has thrown an exception." 33: SetParent
InitializeComponent(); 34: SwapMouseButton 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(); Constants
public static Guid KSCATEGORY_BDA_RECEIVER_COMPONENT = new Guid("FD0A5AF4-B41D-11d2-9C95-00C04F7971E0"); 36: MIXER
private const UInt32 MIXER_GETLINEINFOF_COMPONENTTYPE = 0x00000003;
private const UInt32 MIXERLINE_COMPONENTTYPE_DST_FIRST = 0x00000000;
private const UInt32 MIXERLINE_COMPONENTTYPE_DST_SPEAKERS = MIXERLINE_COMPONENTTYPE_DST_FIRST + 4; 37: NERR_
/// <summary> 2146 - The specified component could not be found in the configuration information. </summary>
/// <summary> 2356 - This path component is invalid. </summary>
public const int BadComponent = 2356;
using System.ComponentModel; 39: WINERROR
/// The security identifier provided does not have a domain component.
/// Indicates an ACL contains no inheritable components.
/// Component ID not registered.
public const int ERROR_UNKNOWN_COMPONENT = 1607;
/// Component qualifier not present.
/// Component not used on this computer.
/// Name component or name was too long.
/// A component version required by the application conflicts with another component version already active.
/// Two or more components referenced directly or indirectly by the application manifest have files by the same name.
/// Two or more components referenced directly or indirectly by the application manifest have window classes with the same name.
/// Two or more components referenced directly or indirectly by the application manifest have the same COM server CLSIDs.
/// Two or more components referenced directly or indirectly by the application manifest have proxies for the same COM interface IIDs.
/// Two or more components referenced directly or indirectly by the application manifest have the same COM type library TLBIDs.
/// Two or more components referenced directly or indirectly by the application manifest have the same COM ProgIDs.
/// Two or more components referenced directly or indirectly by the application manifest are different versions of the same component which is not permitted.
/// A component's file does not match the verification information present in the
/// component manifest.
/// The component or application containing the component has been disabled.
/// A user-supplied component or subscriber raised an exception
/// 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.
/// 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 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.
/// 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.
/// The COM+ component you created must use object construction to work correctly.
/// 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.
/// No installed components were detected.
/// An unrecognized error code was returned from a layered component.
/// The component's CLSID is missing or corrupt
/// The component's progID is missing or corrupt
/// DllRegisterServer failed on component install
/// Errors occurred while in the component registrar
/// The DLL does not support the components listed in the TypeLib
/// 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
/// The component move failed because the destination application no longer exists
/// The component registrar referenced in this file is not available
/// A component in the same DLL is already installed
/// The component already exists
public const int COMADMIN_E_COMPONENTEXISTS = (int)(0x80110439 - 0x100000000);
/// 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
public const int COMADMIN_E_START_APP_NEEDS_COMPONENTS = (int)(0x80110448 - 0x100000000);
/// Can not subscribe to this component (the component may have been imported)
public const int COMADMIN_E_CANT_SUBSCRIBE_TO_COMPONENT = (int)(0x8011044D - 0x100000000);
/// 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
/// 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 = (int)(0x8011045B - 0x100000000);
/// 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.
/// 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
/// 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
/// Alas, Event Class components cannot be aliased.
/// Access is denied because the component is private. ntdll
throw new System.ComponentModel.Win32Exception(((NativeMethods.NtStatus)result).ToString());
throw new System.ComponentModel.Win32Exception(((NativeMethods.NtStatus)result).ToString()); advapi32
Throw New System.ComponentModel.Win32Exception(lastWin32Error, _
Throw New System.ComponentModel.Win32Exception(lastWin32Error, _
Throw New System.ComponentModel.Win32Exception(lastWin32Error, _
InitializeComponent();
InitializeComponent(); 45: ControlService
InitializeComponent ();
private void InitializeComponent()
throw new System.ComponentModel.Win32Exception(); 47: CredWrite
throw new System.ComponentModel.Win32Exception(Marshal.GetLastWin32Error());
using System.ComponentModel; 49: LogonUser
Throw New ComponentModel.Win32Exception(Marshal.GetLastWin32Error()) 50: LogonUserEx
Throw New ComponentModel.Win32Exception(Marshal.GetLastWin32Error())
using System.ComponentModel; 52: LsaLookupSids
using System.ComponentModel;
using System.ComponentModel; 54: RegOpenKey
Dim W32ex As New System.ComponentModel.Win32Exception()
throw new Exception("Exception encountered opening registry key.", new System.ComponentModel.Win32Exception(result)); 55: RegOpenKeyEx
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) dhcpsapi
using System.ComponentModel; iphlpapi58: GetBestInterface
where thisInterface.Supports(NetworkInterfaceComponent.IPv4)
where thisInterface.Supports(NetworkInterfaceComponent.IPv6) 59: GetIpAddrTable
throw new System.ComponentModel.Win32Exception( r ); 60: GetIpNetTable
using System.ComponentModel; Cut off search results after 60. Please refine your search. |