Delphi-Quellcode:
PropertyItem = record
id : PROPID;
length : ULONG;
type_ : TPropertyTagType;
value : Pointer;
end;
TPropertyItem = PropertyItem;
PPropertyItem = ^TPropertyItem;
PropItem: TPropertyItem;
Was für einen buffer soll ich da allokieren ?
Die größe bzw. der Inhalt wird doch von der GdipGetPropertyItem zurück gegeben.
gruss