Fixed misspelling in FILEDESCRIPTOR.nFileSize

pull/250/head
dahall 2021-08-15 19:02:13 -06:00
parent a30b7c3b84
commit 3a9a4eb929
1 changed files with 5 additions and 5 deletions

View File

@ -330,7 +330,7 @@ namespace Vanara.PInvoke
public string cFileName; public string cFileName;
/// <summary>The file size, in bytes.</summary> /// <summary>The file size, in bytes.</summary>
public ulong nFileSIze public ulong nFileSize
{ {
get => Macros.MAKELONG64(nFileSizeLow, nFileSizeHigh); get => Macros.MAKELONG64(nFileSizeLow, nFileSizeHigh);
set set
@ -466,11 +466,11 @@ namespace Vanara.PInvoke
/// is contained in an accompanying STGMEDIUM structure. /// is contained in an accompanying STGMEDIUM structure.
/// </para> /// </para>
/// <note type="note">Standard clipboard format identifiers have the form CF_XXX.A common example is CF_TEXT, which is used for /// <note type="note">Standard clipboard format identifiers have the form CF_XXX.A common example is CF_TEXT, which is used for
/// transferring ANSI text data.These identifiers have predefined values and can be used directly with FORMATETC structures. With /// transferring ANSI text data. These identifiers have predefined values and can be used directly with FORMATETC structures. With
/// the exception of CF_HDROP, Shell format identifiers are not predefined. With the exception of DragWindow, they have the form /// the exception of CF_HDROP, Shell format identifiers are not predefined. With the exception of DragWindow, they have the form
/// CFSTR_XXX.To differentiate these values from predefined formats, they are often referred to as simply formats. However, unlike /// CFSTR_XXX.To differentiate these values from predefined formats, they are often referred to as simply formats. However, unlike
/// predefined formats, they must be registered by both source and target before they can be used to transfer data.To register a /// predefined formats, they must be registered by both source and target before they can be used to transfer data. To register a
/// Shell format, include the Shlobj.h header file and pass the CFSTR_XXX format identifier to RegisterClipboardFormat.This function /// Shell format, include the Shlobj.h header file and pass the CFSTR_XXX format identifier to RegisterClipboardFormat. This function
/// returns a valid clipboard format value, which can then be used as the cfFormat member of a FORMATETC structure.</note> /// returns a valid clipboard format value, which can then be used as the cfFormat member of a FORMATETC structure.</note>
/// </summary> /// </summary>
public static class ShellClipboardFormat public static class ShellClipboardFormat
@ -766,7 +766,7 @@ namespace Vanara.PInvoke
/// </summary> /// </summary>
public const string CFSTR_SHELLIDLISTOFFSET = "Shell Object Offsets"; public const string CFSTR_SHELLIDLISTOFFSET = "Shell Object Offsets";
/// <summary><note type="note">This format identifier has been deprecated; use CFSTR_INETURL instead.</note></summary> /// <summary><note type="note">This format identifier has been deprecated; use <see cref="ShellClipboardFormat.CFSTR_INETURL"/> instead.</note></summary>
public const string CFSTR_SHELLURL = "UniformResourceLocator"; public const string CFSTR_SHELLURL = "UniformResourceLocator";
/// <summary> /// <summary>