Skip to content

Commit

Permalink
Changed default flag for ShellItemPropertyStore to GPS_BESTEFFORT to …
Browse files Browse the repository at this point in the history
…prevent exceptions. #378
  • Loading branch information
dahall committed Mar 8, 2023
1 parent c37ef68 commit 153533f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public sealed class ShellItemPropertyStore : PropertyStore
private ShellItem shellItem;

/// <summary>The flags.</summary>
private GETPROPERTYSTOREFLAGS flags = GETPROPERTYSTOREFLAGS.GPS_DEFAULT;
private GETPROPERTYSTOREFLAGS flags = GETPROPERTYSTOREFLAGS.GPS_BESTEFFORT;

/// <summary>Initializes a new instance of the <see cref="ShellItemPropertyStore"/> class.</summary>
/// <param name="item">The ShellItem instance.</param>
Expand Down

0 comments on commit 153533f

Please sign in to comment.