Skip to content

Commit

Permalink
Merge pull request #204 from Numpsy/plugin_i8
Browse files Browse the repository at this point in the history
Plug VT_I8_Property into PropertyFactory
  • Loading branch information
ironfede authored Nov 7, 2024
2 parents 7496d77 + 75385fb commit f3caaea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public ITypedPropertyValue NewProperty(VTPropertyType vType, int codePage, uint
VTPropertyType.VT_UI1 => new VT_UI1_Property(vType, isVariant),
VTPropertyType.VT_UI2 => new VT_UI2_Property(vType, isVariant),
VTPropertyType.VT_UI4 => new VT_UI4_Property(vType, isVariant),
VTPropertyType.VT_I8 => new VT_I8_Property(vType, isVariant),
VTPropertyType.VT_UI8 => new VT_UI8_Property(vType, isVariant),
VTPropertyType.VT_BSTR => new VT_LPSTR_Property(vType, codePage, isVariant),
VTPropertyType.VT_LPSTR => CreateLpstrProperty(vType, codePage, propertyIdentifier, isVariant),
Expand Down

0 comments on commit f3caaea

Please sign in to comment.