winedump: Add basic support for dumping the property store in lnk files.

Vincent Povirk madewokherd at gmail.com
Thu Apr 5 23:02:53 CDT 2012


Yes, there's already a #include "pshpack1.h" around this part of the file.

On Thu, Apr 5, 2012 at 10:58 PM, Dmitry Timoshkov <dmitry at baikal.ru> wrote:
> Vincent Povirk <madewokherd at gmail.com> wrote:
>
>> +typedef struct tagLINK_PROPERTYSTORAGE_VALUE
>> +{
>> +    DWORD size;
>> +    DWORD pid;
>> +    BYTE unknown8;
>> +    DWORD vt;
>> +    DWORD unknown25;
>> +} LINK_PROPERTYSTORAGE_VALUE;
>
> You probably need an appropriate packing for this structure.
>
> --
> Dmitry.



More information about the wine-devel mailing list