5 Apr
2012
5 Apr
'12
10:58 p.m.
Vincent Povirk <madewokherd(a)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.