Desktop Functions: Smart Device Functions:
|
Search Results for "rect" in [All]ntdsapi1: DsCrackNames The success of the name conversion request depends on where the client is bound. Clients bind to specific instances of the directory service using some variant of DsBind. If bound to a global catalog, the scope of the name mapping is the entire forest. If not bound to a global catalog, the scope of the name mapping is the domain not covered by a global catalog for that domain controller. If not bound to a global catalog and a name is not found, but the input name unambiguously identifies its domain and this domain is in the forest, then the return data identifies the DNS domain name for the domain of interest. Clients are expected to use this data to bind to the correct domain controller or global catalog and call DsCrackNames again with the new bind handle. System.DirectoryServices.ActiveDirectory. 3: DsUnBind printuiAdvantages of using the function directly in your program instead of calling rundll32.exe are meanful error codes and no external process needs to be called resulting in more control. iphlpapi
TUNNEL_TYPE_DIRECT = 2,
' Buffer was too small, reallocate the correct size for the buffer.
// Buffer was too small, reallocate the correct size for the buffer.
table(index) = DirectCast(Marshal.PtrToStructure(New IntPtr(currentBuffer.ToInt64() + (index * Marshal.SizeOf(GetType(MIB_IPNETROW)))), GetType(MIB_IPNETROW)), MIB_IPNETROW) hhctrl8: HtmlHelp
struct RECT
public RECT(int left, int top, int right, int bottom)
public RECT(Rectangle r)
public static RECT FromXYWH(int x, int y, int width, int height)
return new RECT(x, y, x + width, y + height);
internal RECT rcMargins = RECT.FromXYWH(-1, -1, -1, -1); uxtheme
static extern IntPtr BeginBufferedPaint(IntPtr hdcTarget, [In] ref RECT prcTarget, BP_BUFFERFORMAT dwFormat, [In] ref BP_PAINTPARAMS pPaintParams, out IntPtr phdc);
static extern int BufferedPaintSetAlpha(IntPtr hBufferedPaint, [In] ref RECT prc, byte alpha);
public extern static Int32 DrawThemeBackgroundEx(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, ref RECT pRect, ref DTBGOPTS poptions);
Public Shared Function DrawThemeBackgroundEx(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, ByRef pRect As RECT, ByRef poptions As DTBGOPTS) As Int32
public extern static Int32 DrawThemeBackgroundEx(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, ref RECT pRect, ref DTBGOPTS poptions); Public Shared Function DrawThemeBackgroundEx(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, ByRef pRect As RECT, ByRef poptions As DTBGOPTS) As Int32 14: DrawThemeEdge
public extern static Int32 DrawThemeEdge(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, ref RECT pDestRect, uint egde, uint flags, out RECT pRect);
public extern static Int32 DrawThemeEdge(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, ref RECT pDestRect, uint egde, uint flags, int pRect);
Public Shared Function DrawThemeEdge(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, ByRef pDestRect As RECT, egde As UInteger, _
flags As UInteger, ByRef pRect As RECT) As Int32
Public Shared Function DrawThemeEdge(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, ByRef pDestRect As RECT, egde As UInteger, _
flags As UInteger, pRect As Integer) As Int32 15: DrawThemeIcon
public extern static Int32 DrawThemeIcon(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, ref RECT pRect, IntPtr himl, int iImageIndex);
Public Shared Function DrawThemeIcon(ByVal hTheme As IntPtr, ByVal hdc As IntPtr, ByVal iPartId As Integer, ByVal iStateId As Integer, ByRef pRect As RECT, ByVal himl As IntPtr, _
public extern static Int32 DrawThemeParentBackground(IntPtr hWnd, IntPtr hdc, ref RECT pRect);
public extern static Int32 DrawThemeParentBackground(IntPtr hWnd, IntPtr hdc, int pRect);
Function DrawThemeParentBackground(ByVal hwnd As IntPtr, ByVal hdc As IntPtr, ByRef prc As RECT) As Integer 17: DrawThemeText
static extern int DrawThemeTextEx(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, string text, int length, DT flags, ref RECT rect, ref DTTOPTS poptions);
Public Shared Function DrawThemeTextEx(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, text As [String], length As Integer, flags As DT, ByRef rect As RECT, ByRef poptions As DTTOPTS) As Int32 18: DrawThemeTextEx
static extern int DrawThemeTextEx(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, string text, int length, DT flags, ref RECT rect, ref DTBGOPTS poptions);
Public Shared Function DrawThemeTextEx(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, text As [String], length As Integer, flags As UInt32, ByRef rect As RECT, ByRef poptions As DTBGOPTS) As Int32
public extern static Int32 GetThemeBackgroundContentRect(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, ref RECT pBoundingRect, out RECT pContentRect);
Declare Function GetThemeBackgroundContentRect Lib "uxtheme.dll" (TODO) As TODO
Public Shared Function GetThemeBackgroundContentRect(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, ByRef pBoundingRect As RECT, ByRef pContentRect As RECT) As Int32
public extern static Int32 GetThemeBackgroundExtent(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, ref RECT pRect, ref RECT pClipRect);
Public Shared Function GetThemeBackgroundExtent(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, ByRef pRect As RECT, ByRef pClipRect As RECT) As Int32
public extern static Int32 GetThemeBackgroundRegion(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, ref RECT pRect, out IntPtr pRegion);
Public Shared Function GetThemeBackgroundRegion(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, ByRef pRect As RECT, ByRef pRegion As IntPtr) As Int32 22: GetThemePartSize
public extern static Int32 GetThemePartSize(IntPtr hTheme, IntPtr hdc, WindowPart part, WindowPartState state, ref RECT pRect, ThemeSize eSize, out SIZE size);
public extern static Int32 GetThemePartSize(IntPtr hTheme, IntPtr hdc,WindowPart part, WindowPartState state, int pRect, ThemeSize eSize, out SIZE size);
Public Declare Function GetThemePartSize Lib "uxtheme.dll" (ByVal hTheme As IntPtr, ByVal hdc As IntPtr, ByVal iPartId As Integer, ByVal iStateId As Integer, ByRef prc As Rectangle, ByVal eSize As THEMESIZE, ByRef psz As Size) As Integer 23: GetThemeRect
public extern static Int32 GetThemeRect(IntPtr hTheme, int iPartId, int iStateId, int iPropId, out RECT pRect);
Declare Function GetThemeRect Lib "uxtheme.dll" (TODO) As TODO
Public Shared Function GetThemeRect(hTheme As IntPtr, iPartId As Integer, iStateId As Integer, iPropId As Integer, ByRef pRect As RECT) As Int32
public extern static Int32 GetThemeTextExtent(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, String text, int textLength, UInt32 textFlags, ref RECT boundingRect, out RECT extentRect);
public extern static Int32 GetThemeTextExtent(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, String text, int textLength, UInt32 textFlags, int boundingRect, out RECT extentRect);
ByVal textFlags As Integer, ByVal boundingRect As RECT, ByRef extentRect As RECT) As Integer
public extern static Int32 HitTestThemeBackground(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, UInt32 dwOptions, ref RECT pRect, IntPtr hrgn, POINT ptTest, out HitTestThemeBackgroundCode code);
Public Shared Function HitTestThemeBackground(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, dwOptions As UInt32, ByRef pRect As RECT, _ comctl3226: DoReaderMode
Dim rect As New RECT(Me.Width / 2 - 20, Me.Height / 2 - 20, Me.Width / 2 + 20, Me.Height / 2 + 20)
Dim pnt As IntPtr = Marshal.AllocHGlobal(Marshal.SizeOf(rect))
Marshal.StructureToPtr(rect, pnt, True) 27: ImageList_DrawEx
public static void Draw(this ImageList imageList, Graphics g, Rectangle bounds, int index, ImageListDrawColor bgColor, ImageListDrawColor fgColor, NativeMethods.ImageListDrawingStyle style = NativeMethods.ImageListDrawingStyle.Normal, int overlayImageIndex = 0)
public static void Draw(this ImageList imageList, Graphics g, Rectangle bounds, int index, ImageListDrawColor bgColor, ImageListDrawColor fgColor, NativeMethods.ImageListDrawingStyle style = NativeMethods.ImageListDrawingStyle.Normal, int overlayImageIndex = 0) 29: TaskDialog
static extern HRESULT TaskDialogIndirect
public static extern IntPtr TaskDialogIndirect TaskDialogIndirect(ref config, out ret, out selRadio, out setVerification);
Declare Function TaskDialogIndirect Lib "comctl32.dll" (TODO) As TODO
Private Shared Function TaskDialogIndirect(<[In]> pTaskConfig As TASKDIALOGCONFIG, <Out> ByRef pnButton As Integer, <Out> ByRef pnRadioButton As Integer, <MarshalAs(UnmanagedType.Bool), Out> ByRef pfverificationFlagChecked As Boolean) As HRESULT A full wrapper for Vista's TaskDialog & TaskDialogIndirect can be found here:
/// <summary>The TaskDialogIndirect function creates, displays, and operates a task dialog. The task dialog contains application-defined icons, messages, title, verification check box, command links, push buttons, and radio buttons. This function can register a callback function to receive notification messages.</summary>
internal static extern Result TaskDialogIndirect([In] TaskDialogConfig taskConfig, [Out] out int button, [Out] out int radioButton, [MarshalAs(UnmanagedType.Bool), Out] out bool verificationFlagChecked);
static extern HRESULT TaskDialogIndirect
public static extern IntPtr TaskDialogIndirect TaskDialogIndirect(ref config, out ret, out selRadio, out setVerification);
Declare Function TaskDialogIndirect Lib "comctl32.dll" (TODO) As TODO
Private Shared Function TaskDialogIndirect(<[In]> pTaskConfig As TASKDIALOGCONFIG, <Out> ByRef pnButton As Integer, <Out> ByRef pnRadioButton As Integer, <MarshalAs(UnmanagedType.Bool), Out> ByRef pfverificationFlagChecked As Boolean) As HRESULT A full wrapper for Vista's TaskDialog & TaskDialogIndirect can be found here:
/// <summary>The TaskDialogIndirect function creates, displays, and operates a task dialog. The task dialog contains application-defined icons, messages, title, verification check box, command links, push buttons, and radio buttons. This function can register a callback function to receive notification messages.</summary>
internal static extern Result TaskDialogIndirect([In] TaskDialogConfig taskConfig, [Out] out int button, [Out] out int radioButton, [MarshalAs(UnmanagedType.Bool), Out] out bool verificationFlagChecked); Enums31: ADDRESS_FAMILIES
/// Direct data link interface [value = 13].
SHACF_FILESYS_DIRS = 0x00000020, // Same as SHACF_FILESYS_ONLY except it only includes directories, UNC servers, and UNC server shares.
SHACF_FILESYS_DIRS = &H20 ' Same as SHACF_FILESYS_ONLY except it only includes directories, UNC servers, and UNC server shares.
// If ACO_RTLREADING is set, the text reads in the opposite direction from the text in the parent window. 34: BrowseInfoFlags
/// Only return file system directories.
''' Only return file system directories. 35: CDS
SetRect = 536870912,
SetRect = 536870912 36: ClassStyles
/// <summary>Aligns the window's client area on a byte boundary (in the x direction). This style affects the width of the window and its horizontal placement on the display.</summary>
/// <summary>Aligns the window on a byte boundary (in the x direction). This style affects the width of the window and its horizontal placement on the display.</summary>
/// Sets the clipping rectangle of the child window to that of the parent window so that the child can draw on the parent.
''' <summary>Aligns the window's client area on a byte boundary (in the x direction). This style affects the width of the window and its horizontal placement on the display.</summary>
''' <summary>Aligns the window on a byte boundary (in the x direction). This style affects the width of the window and its horizontal placement on the display.</summary>
''' Sets the clipping rectangle of the child window to that of the parent window so that the child can draw on the parent. 37: CSIDL
CSIDL_COMMON_DESKTOPDIRECTORY = 0x0019,
CSIDL_DESKTOPDIRECTORY = 0x0010,
CSIDL_COMMON_DESKTOPDIRECTORY = &H19
CSIDL_DESKTOPDIRECTORY = &H10
/// <summary>DCX_WINDOW: Returns a DC that corresponds to the window rectangle rather
/// than the client rectangle.</summary>
''' <summary>DCX_WINDOW: Returns a DC that corresponds to the window rectangle rather
''' than the client rectangle.</summary> 39: DEVICE_TYPE
FILE_DEVICE_NETWORK_REDIRECTOR = 0x28,
FILE_DEVICE_NETWORK_REDIRECTOR = &H28
ClipRect = 0x00000001,
ClipRect = &H1 41: DriveTypes
Case System.IO.DriveType.NoRootDirectory 42: DT
CalcRect = (1 << 9), 43: DTT
CalcRect = (1UL << 9), 44: FileAttributes
/// A file that is read-only. Applications can read the file, but cannot write to it or delete it. This attribute is not honored on directories. For more information, see "You cannot view or change the Read-only or the System attributes of folders in Windows Server 2003, in Windows XP, or in Windows Vista".
/// The file or directory is hidden. It is not included in an ordinary directory listing.
/// A file or directory that the operating system uses a part of, or uses exclusively.
/// The handle that identifies a directory.
Directory = 0x00000010,
/// A file or directory that is an archive file or directory. Applications typically use this attribute to mark files for backup or removal.
/// A file or directory that has an associated reparse point, or a file that is a symbolic link.
/// A file or directory that is compressed. For a file, all of the data in the file is compressed. For a directory, compression is the default for newly created files and subdirectories.
/// The file or directory is not to be indexed by the content indexing service.
/// A file or directory that is encrypted. For a file, all data streams in the file are encrypted. For a directory, encryption is the default for newly created files and subdirectories.
''' A file that is read-only. Applications can read the file, but cannot write to it or delete it. This attribute is not honored on directories. For more information, see "You cannot view or change the Read-only or the System attributes of folders in Windows Server 2003, in Windows XP, or in Windows Vista".
''' The file or directory is hidden. It is not included in an ordinary directory listing.
''' A file or directory that the operating system uses a part of, or uses exclusively.
''' The handle that identifies a directory.
Directory = &H10
''' A file or directory that is an archive file or directory. Applications typically use this attribute to mark files for backup or removal.
''' A file or directory that has an associated reparse point, or a file that is a symbolic link.
''' A file or directory that is compressed. For a file, all of the data in the file is compressed. For a directory, compression is the default for newly created files and subdirectories.
''' The file or directory is not to be indexed by the content indexing service.
''' A file or directory that is encrypted. For a file, all data streams in the file are encrypted. For a directory, encryption is the default for newly created files and subdirectories. 45: FILEOP_FLAGS
/// Don't recurse into directories.
''' Don't recurse into directories.
FileIdBothDirectoryInfo = 10,// 0x0A
FileIdBothDirectoryRestartInfo = 11, // 0xB
FileFullDirectoryInfo = 14, // 0xE
FileFullDirectoryRestartInfo = 15, // 0xF
FileIdExtdDirectoryInfo = 19, // 0x13
FileIdExtdDirectoryRestartInfo = 20, // 0x14
FindExSearchLimitToDirectories = 1,
GPS_HANDLERPROPERTIESONLY = 0x00000001, // only include properties directly from the file's property handler 49: GRADIENT_FILL
RECT_H = 0,
RECT_V = 1, 50: HRESULT
///The server process could not be started. The pathname may be incorrect.
[Description("The server process could not be started. The pathname may be incorrect.")]
///<para>The pathname may be incorrect or unavailable.</para>
[Description("The server process could not be started as the configured identity.\nThe pathname may be incorrect or unavailable.")]
///The server process could not be started because the configured identity is incorrect.
[Description("The server process could not be started because the configured identity is incorrect.\nCheck the username and password.")]
///The data packet with the marshalled parameter data is incorrect.
[Description("The data packet with the marshalled parameter data is incorrect.")]
///Unable to obtain the Windows directory
[Description("Unable to obtain the Windows directory")]
///Incorrect inheritance depth in standard OLE hmember.
[Description("Incorrect inheritance depth in standard OLE hmember.")]
///Invalid rectangle
[Description("Invalid rectangle")]
public const int OLE_E_INVALIDRECT = unchecked((int)0x8004000D);
///No package in the software installation data in the Active Directory meets this criteria.
[Description("No package in the software installation data in the Active Directory meets this criteria.")]
///Deleting this will break the referential integrity of the software installation data in the Active Directory.
[Description("Deleting this will break the referential integrity of the software installation data in the Active Directory.")]
///The CLSID was not found in the software installation data in the Active Directory.
[Description("The CLSID was not found in the software installation data in the Active Directory.")]
///The software installation data in the Active Directory is corrupt.
[Description("The software installation data in the Active Directory is corrupt.")]
///There is no software installation data in the Active Directory.
[Description("There is no software installation data in the Active Directory.")]
///There is no software installation data object in the Active Directory.
[Description("There is no software installation data object in the Active Directory.")]
///The software installation data object in the Active Directory already exists.
[Description("The software installation data object in the Active Directory already exists.")]
///The path to the software installation data in the Active Directory is not correct.
[Description("The path to the software installation data in the Active Directory is not correct.")]
///The schema for the software installation data in the Active Directory does not match the required schema.
[Description("The schema for the software installation data in the Active Directory does not match the required schema.")]
///An error occurred in the software installation data in the Active Directory.
[Description("An error occurred in the software installation data in the Active Directory.")]
///Contents of the OLESTREAM not in correct format
[Description("Contents of the OLESTREAM not in correct format")]
///Contents of the IStorage not in correct format
[Description("Contents of the IStorage not in correct format")]
///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.")]
///Provider DLL failed to initialize correctly.
[Description("Provider DLL failed to initialize correctly.")]
///The target principal name is incorrect.
[Description("The target principal name is incorrect.")]
///Client's supplied SSPI channel bindings were incorrect.
[Description("Client's supplied SSPI channel bindings were incorrect.")]
///The hash value is not correct.
[Description("The hash value is not correct.")]
///Not a cryptographic message or the cryptographic message is not formatted correctly.
[Description("Not a cryptographic message or the cryptographic message is not formatted correctly.")]
///The request is incorrectly formatted. The encrypted private key must be in an unauthenticated attribute in an outermost signature.
[Description("The request is incorrectly formatted. The encrypted private key must be in an unauthenticated attribute in an outermost signature.")]
///The contacted domain controller cannot support signed LDAP traffic. Update the domain controller or configure Certificate Services to use SSL for Active Directory access.
[Description("The contacted domain controller cannot support signed LDAP traffic. Update the domain controller or configure Certificate Services to use SSL for Active Directory access.")]
///The Active Directory GUID is unavailable and cannot be added to the Subject Alternate name.
[Description("The Active Directory GUID is unavailable and cannot be added to the Subject Alternate name.")]
public const int CERTSRV_E_SUBJECT_DIRECTORY_GUID_REQUIRED = unchecked((int)0x8009480E);
///The magic number in the head table is incorrect.
[Description("The magic number in the head table is incorrect.")]
///The offset table has incorrect values.
[Description("The offset table has incorrect values.")]
///A table checksum is incorrect.
[Description("A table checksum is incorrect.")]
///The file checksum is incorrect.
[Description("The file checksum is incorrect.")]
///The signature does not have the correct attributes for the policy.
[Description("The signature does not have the correct attributes for the policy.")]
///The structure of the DSIG table is incorrect.
[Description("The structure of the DSIG table is incorrect.")]
///The validity periods of the certification chain do not nest correctly.
[Description("The validity periods of the certification chain do not nest correctly.")]
///A certification chain processed correctly, but one of the CA certificates is not trusted by the policy provider.
[Description("A certification chain processed correctly, but one of the CA certificates is not trusted by the policy provider.")]
///An INF was copied into the Windows INF directory in an improper manner.
[Description("An INF was copied into the Windows INF directory in an improper manner.")]
public const int SPAPI_E_INCORRECTLY_COPIED_INF = unchecked((int)0x800F0237);
///The identified directory does not exist in the smart card.
[Description("The identified directory does not exist in the smart card.")]
///The supplied path does not represent a smart card directory.
[Description("The supplied path does not represent a smart card directory.")]
///The supplied PIN is incorrect.
[Description("The supplied PIN is incorrect.")]
///Application install directory not found
[Description("Application install directory not found")]
// FACILITY_METADIRECTORY
#region (0x230000 - 0x23FFFF) FACILITY_METADIRECTORY=35 errors
descr = DirectCast(o(0), DescriptionAttribute)
'''The server process could not be started. The pathname may be incorrect.
<Description("The server process could not be started. The pathname may be incorrect.")> _
'''<para>The pathname may be incorrect or unavailable.</para>
<Description("The server process could not be started as the configured identity." & vbLf & "The pathname may be incorrect or unavailable.")> _
'''The server process could not be started because the configured identity is incorrect.
<Description("The server process could not be started because the configured identity is incorrect." & vbLf & "Check the username and password.")> _
'''The data packet with the marshalled parameter data is incorrect.
<Description("The data packet with the marshalled parameter data is incorrect.")> _
'''Unable to obtain the Windows directory
<Description("Unable to obtain the Windows directory")> _
'''Incorrect inheritance depth in standard OLE hmember.
<Description("Incorrect inheritance depth in standard OLE hmember.")> _
'''Invalid rectangle
<Description("Invalid rectangle")> _
Public Const OLE_E_INVALIDRECT As Integer = CInt(&H8004000dUI)
'''No package in the software installation data in the Active Directory meets this criteria.
<Description("No package in the software installation data in the Active Directory meets this criteria.")> _
'''Deleting this will break the referential integrity of the software installation data in the Active Directory.
<Description("Deleting this will break the referential integrity of the software installation data in the Active Directory.")> _
'''The CLSID was not found in the software installation data in the Active Directory.
<Description("The CLSID was not found in the software installation data in the Active Directory.")> _
'''The software installation data in the Active Directory is corrupt.
<Description("The software installation data in the Active Directory is corrupt.")> _
'''There is no software installation data in the Active Directory.
<Description("There is no software installation data in the Active Directory.")> _
'''There is no software installation data object in the Active Directory.
<Description("There is no software installation data object in the Active Directory.")> _
'''The software installation data object in the Active Directory already exists.
<Description("The software installation data object in the Active Directory already exists.")> _
'''The path to the software installation data in the Active Directory is not correct.
<Description("The path to the software installation data in the Active Directory is not correct.")> _
'''The schema for the software installation data in the Active Directory does not match the required schema.
<Description("The schema for the software installation data in the Active Directory does not match the required schema.")> _
'''An error occurred in the software installation data in the Active Directory.
<Description("An error occurred in the software installation data in the Active Directory.")> _
'''Contents of the OLESTREAM not in correct format
<Description("Contents of the OLESTREAM not in correct format")> _
'''Contents of the IStorage not in correct format
<Description("Contents of the IStorage not in correct format")> _
'''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.")> _
'''Provider DLL failed to initialize correctly.
<Description("Provider DLL failed to initialize correctly.")> _
'''The target principal name is incorrect.
<Description("The target principal name is incorrect.")> _
'''Client's supplied SSPI channel bindings were incorrect.
<Description("Client's supplied SSPI channel bindings were incorrect.")> _
'''The hash value is not correct.
<Description("The hash value is not correct.")> _
'''Not a cryptographic message or the cryptographic message is not formatted correctly.
<Description("Not a cryptographic message or the cryptographic message is not formatted correctly.")> _
'''The request is incorrectly formatted. The encrypted private key must be in an unauthenticated attribute in an outermost signature.
<Description("The request is incorrectly formatted. The encrypted private key must be in an unauthenticated attribute in an outermost signature.")> _
'''The contacted domain controller cannot support signed LDAP traffic. Update the domain controller or configure Certificate Services to use SSL for Active Directory access.
<Description("The contacted domain controller cannot support signed LDAP traffic. Update the domain controller or configure Certificate Services to use SSL for Active Directory access.")> _
'''The Active Directory GUID is unavailable and cannot be added to the Subject Alternate name.
<Description("The Active Directory GUID is unavailable and cannot be added to the Subject Alternate name.")> _
Public Const CERTSRV_E_SUBJECT_DIRECTORY_GUID_REQUIRED As Integer = CInt(&H8009480eUI)
'''The magic number in the head table is incorrect.
<Description("The magic number in the head table is incorrect.")> _
'''The offset table has incorrect values.
<Description("The offset table has incorrect values.")> _
'''A table checksum is incorrect.
<Description("A table checksum is incorrect.")> _
'''The file checksum is incorrect.
<Description("The file checksum is incorrect.")> _
'''The signature does not have the correct attributes for the policy.
<Description("The signature does not have the correct attributes for the policy.")> _
'''The structure of the DSIG table is incorrect.
<Description("The structure of the DSIG table is incorrect.")> _
'''The validity periods of the certification chain do not nest correctly.
<Description("The validity periods of the certification chain do not nest correctly.")> _
'''A certification chain processed correctly, but one of the CA certificates is not trusted by the policy provider.
<Description("A certification chain processed correctly, but one of the CA certificates is not trusted by the policy provider.")> _
'''An INF was copied into the Windows INF directory in an improper manner.
<Description("An INF was copied into the Windows INF directory in an improper manner.")> _
Public Const SPAPI_E_INCORRECTLY_COPIED_INF As Integer = CInt(&H800f0237UI)
'''The identified directory does not exist in the smart card.
<Description("The identified directory does not exist in the smart card.")> _
'''The supplied path does not represent a smart card directory.
<Description("The supplied path does not represent a smart card directory.")> _
'''The supplied PIN is incorrect.
<Description("The supplied PIN is incorrect.")> _
'''Application install directory not found
<Description("Application install directory not found")> _
' FACILITY_METADIRECTORY
#Region "(0x230000 - 0x23FFFF) FACILITY_METADIRECTORY=35 errors"
Return DirectCast(MyBase.Dictionary(key), System.Reflection.FieldInfo)
KFDF_LOCAL_REDIRECT_ONLY = 0x00000002, 52: ListViewMessages
GETITEMRECT = (FIRST + 14),
GETVIEWRECT = (FIRST + 34),
GETSUBITEMRECT = (FIRST + 56),
APPROXIMATEVIEWRECT = (FIRST + 64),
GETGROUPRECT = (FIRST + 98),
GETINSERTMARKRECT = (FIRST + 169),
GETFOOTERRECT = (FIRST + 205),
GETFOOTERITEMRECT = (FIRST + 207),
GETITEMINDEXRECT = (FIRST + 209), 53: MoveFileFlags This is the command you would use for an uninstaller program, a program to delete itself. If you set the first parameter to a directory everything inside of the directory can be (re)moved. To delete set the second parameter to null. 54: NtStatus
DirectoryNotRm = 0xc0190008,
/// If not set and PRINTER_ATTRIBUTE_DIRECT is not set, the printer spools and
/// Job is sent directly to the printer (it is not spooled).
PRINTER_ATTRIBUTE_DIRECT = 0x2,
/// Indicates whether the printer is published in the directory service. 56: RasError
/// <summary>604. Incorrect information was specified. </summary>
/// <summary>632. An incorrect structure size was detected. </summary>
/// <summary>795. The Tunnel Type RADIUS attribute for this user is not correct. </summary>
/// <summary>802. The card supplied was not recognized. Please check that the card is inserted correctly, and fits securely. </summary>
/// <summary>810. A network connection between your computer and the VPN server was started, but the VPN connection was not completed. This is typically caused by the use of an incorrect or expired certificate for authentication between the client and the server. </summary>
/// Invalidates the rectangle or region that you specify in lprcUpdate or hrgnUpdate.
/// Validates the rectangle or region that you specify in lprcUpdate or hrgnUpdate.
''' Invalidates the rectangle or region that you specify in lprcUpdate or hrgnUpdate.
''' Validates the rectangle or region that you specify in lprcUpdate or hrgnUpdate.
Directory = 0x9,
Directory = &H9 59: SBSP
SBSP_REDIRECT = 0x40000000, 60: STGM
STGM_DIRECT = 0x0,
STGM_DIRECT_SWMR = 0x400000, Cut off search results after 60. Please refine your search. |