STGM_READ constant

int const STGM_READ

Indicates that the object is read-only, meaning that modifications cannot be made.

Implementation

static const STGM_READ = 0x00000000;