5 Apr
2012
5 Apr
'12
11:02 p.m.
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(a)baikal.ru> wrote:
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.