Corrected #144 by replacing LPStr marshaled string field lpVerb and making it a ResourceId type.

pull/147/head
dahall 2020-07-11 16:25:06 -06:00
parent c88bf0acfd
commit efef5c9d43
1 changed files with 1 additions and 2 deletions

View File

@ -554,8 +554,7 @@ namespace Vanara.PInvoke
/// employed. The Shell uses this alternative when the user chooses a menu command.
/// </para>
/// </summary>
[MarshalAs(UnmanagedType.LPStr)]
public string lpVerb;
public ResourceId lpVerb;
/// <summary>Optional parameters. This member is always NULL for menu items inserted by a Shell extension.</summary>
[MarshalAs(UnmanagedType.LPStr)]