Introduce STATSTG16 - a 16 bit variant of STATSTG.
This commit is contained in:
parent
2ff8485bf9
commit
fc16cbe770
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue