pull/267/head
dahall 2021-12-20 10:51:23 -07:00
commit b003cb62c1
1 changed files with 1 additions and 1 deletions

View File

@ -1164,7 +1164,7 @@ namespace Vanara.PInvoke
public SYM_TYPE SymType;
/// <summary>The module name.</summary>
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 256)]
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 32)]
public string ModuleName;
/// <summary>The image name. The name may or may not contain a full path.</summary>