Commit fc16cbe7 authored by Michael Veksler's avatar Michael Veksler Committed by Alexandre Julliard

Introduce STATSTG16 - a 16 bit variant of STATSTG.

parent 2ff8485b
......@@ -41,6 +41,20 @@ typedef struct tagSTATSTG {
DWORD reserved;
} STATSTG;
typedef struct tagSTATSTG16 {
LPOLESTR16 pwcsName;
DWORD type;
ULARGE_INTEGER cbSize;
FILETIME mtime;
FILETIME ctime;
FILETIME atime;
DWORD grfMode;
DWORD grfLocksSupported;
CLSID clsid;
DWORD grfStateBits;
DWORD reserved;
} STATSTG16;
typedef LPOLESTR16 *SNB16;
typedef LPOLESTR *SNB;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment