You are reading help file online using chmlib.com
|
SPFILEMODE lists the file opening state used by ISpStream::BindToFile and the helper function SPBindToFile.
typedef enum SPFILEMODE
{
SPFM_OPEN_READONLY,
SPFM_OPEN_READWRITE,
SPFM_CREATE,
SPFM_CREATE_ALWAYS,
SPFM_NUM_MODES
} SPFILEMODE;
You are reading help file online using chmlib.com
|