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

Dmitry Timoshkov dmitry at baikal.ru
Thu Apr 5 22:58:04 CDT 2012


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