Desktop Functions: Smart Device Functions:
|
Search Results for "RECT" in [All]mapi321: MAPILogon The calling application's working directory may be changed after using this function. string currentDirectory = System.IO.Directory.GetCurrentDirectory(); // Restore the proper working directory. System.IO.Directory.SetCurrentDirectory (currentDirectory); opengl32
public enum FrontFaceDirection : uint
GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50,
GL_SPOT_DIRECTION = 0x1204,
public static extern void glRectd(double x1, double y1, double x2, double y2);
public static extern void glRectdv(double[] v1, double[] v2);
public static extern void glRectf(float x1, float y1, float x2, float y2);
public static extern void glRectfv(float[] v1, float[] v2);
public static extern void glRecti(int x1, int y1, int x2, int y2);
public static extern void glRectiv(int[] v1, int[] v2);
public static extern void glRects(short x1, short y1, short x2, short y2);
public static extern void glRectsv(short[] v1, short[] v2); gdi324: Arc
static extern bool ArcTo(IntPtr hdc, int nLeftRect, int nTopRect,
int nRightRect, int nBottomRect, int nXRadial1, int nYRadial1,
ByVal nLeftRect As Integer, ByVal nTopRect As Integer, _
ByVal nRightRect As Integer, ByVal nBottomRect As Integer, _ 5: ArcTo
static extern bool ArcTo(IntPtr hdc, int nLeftRect, int nTopRect,
int nRightRect, int nBottomRect, int nXRadial1, int nYRadial1,
ByVal nLeftRect As Integer, ByVal nTopRect As Integer, _
ByVal nRightRect As Integer, ByVal nBottomRect As Integer, _ 6: BitBlt The BitBlt function performs a bit-block transfer of the color data corresponding to a rectangle of pixels from the specified source device context into a destination device context.
/// rectangle of pixels from the specified source device context into
/// <param name="nXDest">The leftmost x-coordinate of the destination rectangle (in pixels).</param>
/// <param name="nYDest">The topmost y-coordinate of the destination rectangle (in pixels).</param>
/// <param name="nWidth">The width of the source and destination rectangles (in pixels).</param>
/// <param name="nHeight">The height of the source and the destination rectangles (in pixels).</param>
/// <param name="nXSrc">The leftmost x-coordinate of the source rectangle (in pixels).</param>
/// <param name="nYSrc">The topmost y-coordinate of the source rectangle (in pixels).</param>
''' rectangle of pixels from the specified source device context into
''' <param name="nXDest">The leftmost x-coordinate of the destination rectangle (in pixels).</param>
''' <param name="nYDest">The topmost y-coordinate of the destination rectangle (in pixels).</param>
''' <param name="nWidth">The width of the source and destination rectangles (in pixels).</param>
''' <param name="nHeight">The height of the source and the destination rectangles (in pixels).</param>
''' <param name="nXSrc">The leftmost x-coordinate of the source rectangle (in pixels).</param>
''' <param name="nYSrc">The topmost y-coordinate of the source rectangle (in pixels).</param> If a rotation or shear transformation is in effect in the source device context, BitBlt returns an error. If other transformations exist in the source device context (and a matching transformation is not in effect in the destination device context), the rectangle in the destination device context is stretched, compressed, or rotated, as necessary. 7: Chord
static extern bool Chord(IntPtr hdc, int nLeftRect, int nTopRect,
int nRightRect, int nBottomRect, int nXRadial1, int nYRadial1,
Public Function Chord(ByVal hDc As IntPtr, ByVal nLeftRect As Integer, ByVal nTopRect As Integer,
ByVal nRightRect As Integer, ByVal nBottomRect As Integer, ByVal nXRadial1 As Integer, 9: CombineRgn
public static extern IntPtr CreateEllipticRgn(int nLeftRect, int nTopRect,int nRightRect, int nBottomRect);
static extern IntPtr CreateBrushIndirect([In] ref LOGBRUSH lplb); Private Shared Function CreateBrushIndirect( _ Private Declare Function CreateBrushIndirect Lib "gdi32"( _ 11: CreateDIBSection
static extern IntPtr CreateEllipticRgn(int nLeftRect, int nTopRect,
int nRightRect, int nBottomRect); 13: CreateFont
static extern IntPtr CreateFontIndirect([In] ref LOGFONT lplf);
public static extern IntPtr CreateFontIndirect(
static extern IntPtr CreateFontIndirect([In] ref LOGFONT lplf);
public static extern IntPtr CreateFontIndirect(
drawingArea.FillRectangle(lGB, drawingArea.VisibleClipBounds) 16: CreateRectRgn
static extern IntPtr CreateRectRgn(int nLeftRect, int nTopRect, int nRightRect, int nBottomRect);
Private Shared Function CreateRectRgn(ByVal nLeftRect As Integer, ByVal nTopRect As Integer, ByVal nRightRect As Integer, ByVal nBottomRect As Integer) As IntPtr
static extern IntPtr CreateRectRgn(int nLeftRect, int nTopRect, int nRightRect,
int nBottomRect);
FillRgn(wDc, CreateRectRgn(0,0,mx,my), brush);
static extern IntPtr CreateRoundRectRgn(int x1, int y1, int x2, int y2,
IntPtr _RegionHandle = CreateRoundRectRgn( 10, 10, 60, 60, 10, 10 ); 18: CreateSolidBrush
static extern IntPtr CreateRectRgn(int nLeftRect, int nTopRect, int nRightRect,
int nBottomRect);
FillRgn(wDc, CreateRectRgn(0,0,mx,my), brush); 19: DPtoLP POINT [] points = { new POINT(rect.Left, rect.Top), new POINT(rect.Right, rect.Bottom) }; 20: Ellipse
static extern bool Ellipse(IntPtr hdc, int nLeftRect, int nTopRect,
int nRightRect, int nBottomRect);
Private Shared Function Ellipse(hdc As IntPtr, nLeftRect As Integer, nTopRect As Integer, nRightRect As Integer, nBottomRect As Integer) As Boolean 21: Escape
22: ExtFloodFill
vGraphics.DrawRectangle(Pens.Blue, new Rectangle(0, 0, 300, 300));
vGraphics.DrawRectangle(Pens.Blue, new Rectangle(50, 70, 300, 300)); 23: ExtTextOut
[In] ref RECT lprc, [MarshalAs(UnmanagedType.LPWStr)] string lpString, See RECT. 24: FillRgn
static extern IntPtr CreateRectRgn(int nLeftRect, int nTopRect, int nRightRect,
int nBottomRect);
FillRgn(wDc, CreateRectRgn(0,0,mx,my), brush); 25: GetClipBox
static extern int GetClipBox(IntPtr hdc, out RECT lprc); 26: GetFontData
/// Gets the full name directly out of specified True Type font file.
// Get the correct name record
NameRecord nameRecord = SeekCorrectNameRecord(br, records);
/// Seeks the correct <see cref="NameRecord"/>.
/// <returns>The <see cref="NameRecord"/> providing access to the correct full font name.</returns>
private static NameRecord SeekCorrectNameRecord(BinaryReader br, int recordCount) 27: GetKerningPairs The only way I've been able to get ALL the kerning data is to parse the files directly; not easy to say the least. 28: GetRegionData
const int RDH_RECTANGLES = 1;
unsafe RECT[] RectsFromRegion(IntPtr hRgn)
RECT [] rects = null;
if (header->iType == RDH_RECTANGLES)
rects = new RECT[header->nCount];
// The rectangle data follows the header, so we offset the specified
// header size and start reading rectangles.
int rectOffset = header->dwSize;
// simple assignment from the buffer to our array of rectangles
rects[i] = *((RECT *)((byte *)bytes+rectOffset+(Marshal.SizeOf(typeof(RECT)) *i)));
// Return the rectangles
return rects; 29: GradientFill
GRADIENT_RECT[] pMesh, // array of gradient rectangles, that each one keeps two indices in pVertex array, to determine its bounds
uint dwNumMesh, // number of gradient rectangles to draw
GRADIENT_FILL dwMode); // Use either GRADIENT_FILL.RECT_H or GRADIENT_FILL.RECT_V. Using the value GRADIENT_FILL.TRIANGLE is wrong in this overload!
GRADIENT_FILL dwMode); // Use only GRADIENT_FILL.TRIANGLE. Both values GRADIENT_FILL.RECT_H and GRADIENT_FILL.RECT_V are wrong in this overload! This method creates one entry each for rectangles and triangles. It's just a matter of convenience and error checking by the compiler. 30: Pie
static extern bool Pie(IntPtr hdc, int nLeftRect, int nTopRect, int nRightRect,
int nBottomRect, int nXRadial1, int nYRadial1, int nXRadial2, int nYRadial2);
Private Shared Function Pie(hdc As IntPtr, nLeftRect%, nTopRect%, nRightRect%, nBottomRect%, nXRadial1%, nYRadial1%, nXRadial2%, nYRadial2%) As Boolean 31: PlayEnhMetaFile
static extern bool PlayEnhMetaFile(IntPtr hdc, IntPtr hemf, ref RECT lpRect); Changed lpRect from being an out parameter to a ref parameter. An out parameter will work in a debug build, but in a release build (with optimizations turned on) will not. Ref parameter works fine. 32: Rectangle
static extern bool Rectangle(IntPtr hdc, int nLeftRect, int nTopRect, int nRightRect, int nBottomRect);
Private Shared Function Rectangle(hdc As IntPtr, nLeftRect As Integer, nTopRect As Integer, nRightRect As Integer, nBottomRect As Integer) As Boolean 33: RectInRegion
34: RoundRect
static extern bool RoundRect(IntPtr hdc, int nLeftRect, int nTopRect,
int nRightRect, int nBottomRect, int nWidth, int nHeight);
public static extern bool RoundRect(RECT lpRect, Point point);
public static extern bool RoundRect(IntPtr hdc, int nLeftRect, int nTopRect,
int nRightRect, int nBottomRect, int nWidth, int nHeight);
DrawRoundRect(e.Graphics);
public void DrawRoundRect(Graphics gr)
RECT rect = new RECT(0, 0, this.Width, this.Height);
GDI32.RoundRect(hDC, 0, 0, this.Width, this.Height, 20, 20); 35: SelectClipRgn
IntPtr hRegion = CreateRectRgn(left, top, right, bottom); 36: SelectObject
/// <para>SIMPLEREGION - Region consists of a single rectangle.</para>
/// <para>COMPLEXREGION - Region consists of more than one rectangle.</para> 37: SetArcDirection
static extern int SetArcDirection(IntPtr hdc, int ArcDirection); There are two constants defining the direction. 38: SetMapMode
public static extern int Rectangle(IntPtr hDC, int nLeft, int nTop, int nRight, int nBottom); double fAspectRatio = (double)(this.ClientRectangle.Bottom) / (double)(this.ClientRectangle.Right);
this.ClientRectangle.Bottom, // So that (0,0) is at the bottom left.
this.ClientRectangle.Right,
-this.ClientRectangle.Bottom, // Negative so that y gets positive as you go up. // Draw a rectangle. Rectangle(hDC, 10, 25, 990, (int)(990 * fAspectRatio)); 39: SetTextColor
static extern int DrawText(IntPtr hdc, string lpStr, int nCount,ref Rect lpRect, int wFormat);
private struct Rect
public Rect(Rectangle r)
e.Graphics.FillRectangle(backcolorBrush, e.Bounds);
Rect bounds = new Rect(e.Bounds);
e.DrawFocusRectangle(); 40: TextOut [CharSet = CharSet.Auto] According to my experience this parameter should be used when using a LOGFONT structure and the CreateFontIndirect fuction, otherwise the selected font will not be displayed. All flags will be done (lfItalic, lfUnderline ...) but not the lfFaceName string. Enums41: 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. 44: BrowseInfoFlags
/// Only return file system directories.
''' Only return file system directories. 45: CDS
SetRect = 536870912,
SetRect = 536870912 46: 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. 47: 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> 49: DEVICE_TYPE
FILE_DEVICE_NETWORK_REDIRECTOR = 0x28,
FILE_DEVICE_NETWORK_REDIRECTOR = &H28
ClipRect = 0x00000001,
ClipRect = &H1 51: DriveTypes
Case System.IO.DriveType.NoRootDirectory 52: DT
CalcRect = (1 << 9), 53: DTT
CalcRect = (1UL << 9), 54: 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. 55: 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 59: GRADIENT_FILL
RECT_H = 0,
RECT_V = 1, 60: 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) Cut off search results after 60. Please refine your search. |