Declare the value of STGM_DIRECT_SWMR.
This commit is contained in:
parent
5def7dd337
commit
7674702238
|
@ -453,6 +453,7 @@ HRESULT WINAPI MonikerRelativePathTo(LPMONIKER pmkSrc, LPMONIKER pmkDest, LPMONI
|
|||
#define STGM_FAILIFTHERE 0x00000000
|
||||
#define STGM_NOSCRATCH 0x00100000
|
||||
#define STGM_NOSNAPSHOT 0x00200000
|
||||
#define STGM_DIRECT_SWMR 0x00400000
|
||||
|
||||
typedef struct tagSTGOPTIONS
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue