Skip to content

Commit

Permalink
Plug VT_I8_Property into PropertyFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy committed Nov 1, 2024
1 parent 7496d77 commit 75385fb
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 75385fb

Please sign in to comment.