summaryrefslogtreecommitdiffstats
path: root/public/sdk/inc/stgprop.h
diff options
context:
space:
mode:
authorAdam <you@example.com>2020-05-17 05:51:50 +0200
committerAdam <you@example.com>2020-05-17 05:51:50 +0200
commite611b132f9b8abe35b362e5870b74bce94a1e58e (patch)
treea5781d2ec0e085eeca33cf350cf878f2efea6fe5 /public/sdk/inc/stgprop.h
downloadNT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.gz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.bz2
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.lz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.xz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.zst
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.zip
Diffstat (limited to 'public/sdk/inc/stgprop.h')
-rw-r--r--public/sdk/inc/stgprop.h49
1 files changed, 49 insertions, 0 deletions
diff --git a/public/sdk/inc/stgprop.h b/public/sdk/inc/stgprop.h
new file mode 100644
index 000000000..7937eff01
--- /dev/null
+++ b/public/sdk/inc/stgprop.h
@@ -0,0 +1,49 @@
+//+---------------------------------------------------------------------------
+//
+// File: stgprop.h
+//
+// Contents: Standard storage provider property definitions;
+//
+// History: Jul-9-93 robertfe
+//
+//----------------------------------------------------------------------------
+
+#ifndef _STGPROP_H_
+#define _STGPROP_H_
+
+#define PSGUID_STORAGE { 0xb725f130, \
+ 0x47ef, 0x101a, \
+ { 0xa5, 0xf1, 0x02, 0x60, 0x8c, 0x9e, 0xeb, 0xac } }
+
+//#define PID_STG_DICTIONARY ((PROPID) 0x00000000) //reserved
+//#define PID_STG_CODEPAGE ((PROPID) 0x00000001) //reserved
+
+#define PID_STG_OBJECTID ((PROPID) 0x00000002)
+#define PID_STG_CLASSID ((PROPID) 0x00000003)
+
+#define PID_STG_STORAGETYPE ((PROPID) 0x00000004)
+#define PID_STG_OLESTATEBITS ((PROPID) 0x00000005)
+#define PID_STG_REPLICATIONUSN ((PROPID) 0x00000006)
+#define PID_STG_SECURITYCHANGETIME ((PROPID) 0x00000007)
+
+#define PID_STG_FILEINDEX ((PROPID) 0x00000008)
+#define PID_STG_LASTCHANGEUSN ((PROPID) 0x00000009)
+#define PID_STG_NAME ((PROPID) 0x0000000a)
+#define PID_STG_PATH ((PROPID) 0x0000000b)
+
+#define PID_STG_SIZE ((PROPID) 0x0000000c)
+#define PID_STG_ATTRIBUTES ((PROPID) 0x0000000d)
+#define PID_STG_WRITETIME ((PROPID) 0x0000000e)
+#define PID_STG_CREATETIME ((PROPID) 0x0000000f)
+#define PID_STG_ACCESSTIME ((PROPID) 0x00000010)
+#define PID_STG_CHANGETIME ((PROPID) 0x00000011)
+
+#define PID_STG_ALLOCSIZE ((PROPID) 0x00000012)
+#define PID_STG_CONTENTS ((PROPID) 0x00000013)
+#define PID_STG_SHORTNAME ((PROPID) 0x00000014)
+
+#define PID_STG_MAX PID_STG_SHORTNAME
+
+#define CSTORAGEPROPERTY 0x15
+
+#endif _STGPROP_H_