dinput: Avoid deadlock when CS are acquired in different order.
[wine.git] / include / stgprop.h
blob5688a0bb58476b43202a5a9ac8b4525091d68e20
1 /*
2 * Copyright 2017 Nikolay Sivov
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 #ifndef __WINE_STGPROP_H__
20 #define __WINE_STGPROP_H__
22 #define PSGUID_STORAGE {0xb725f130, 0x47ef, 0x101a, {0xa5, 0xf1, 0x02, 0x60, 0x8c, 0x9e, 0xeb, 0xac}}
23 #define PID_STG_DIRECTORY ((PROPID)0x02)
24 #define PID_STG_CLASSID ((PROPID)0x03)
25 #define PID_STG_STORAGETYPE ((PROPID)0x04)
26 #define PID_STG_VOLUME_ID ((PROPID)0x05)
27 #define PID_STG_PARENT_WORKID ((PROPID)0x06)
28 #define PID_STG_SECONDARYSTORE ((PROPID)0x07)
29 #define PID_STG_FILEINDEX ((PROPID)0x08)
30 #define PID_STG_LASTCHANGEUSN ((PROPID)0x09)
31 #define PID_STG_NAME ((PROPID)0x0a)
32 #define PID_STG_PATH ((PROPID)0x0b)
33 #define PID_STG_SIZE ((PROPID)0x0c)
34 #define PID_STG_ATTRIBUTES ((PROPID)0x0d)
35 #define PID_STG_WRITETIME ((PROPID)0x0e)
36 #define PID_STG_CREATETIME ((PROPID)0x0f)
37 #define PID_STG_ACCESSTIME ((PROPID)0x10)
38 #define PID_STG_CHANGETIME ((PROPID)0x11)
39 #define PID_STG_CONTENTS ((PROPID)0x13)
40 #define PID_STG_SHORTNAME ((PROPID)0x14)
41 #define PID_STG_MAX PID_STG_SHORTNAME
43 #endif