ReactOS 0.4.16-dev-38-g96c65e9
|
Public Types | |
enum | tagMIMEPROPFLAGS { MPF_INETCSET = 0x01 , MPF_RFC1522 = 0x02 , MPF_ADDRESS = 0x04 , MPF_HASPARAMS = 0x08 , MPF_MIME = 0x10 , MPF_READONLY = 0x20 } |
typedef IMimePropertySchema * | LPMIMEPROPERTYSCHEMA |
typedef enum MIMEOLE::IMimePropertySchema::tagMIMEPROPFLAGS | MIMEPROPFLAGS |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
HRESULT | RegisterProperty ([in] const char *name, [in] DWORD flags, [in] DWORD rownumber, [in] VARTYPE vtdefault, [out] DWORD *propid) |
HRESULT | ModifyProperty ([in] const char *name, [in] DWORD flags, [in] DWORD rownumber, [in] VARTYPE vtdefault) |
HRESULT | GetPropertyId ([in] const char *name, [out] DWORD *propid) |
HRESULT | GetPropertyName ([in] DWORD propid, [out] char **name) |
HRESULT | RegisterAddressType ([in] const char *name, [out] DWORD *adrtype) |
Public Member Functions inherited from IUnknown | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Definition at line 511 of file mimeole.idl.
Definition at line 513 of file mimeole.idl.
typedef enum MIMEOLE::IMimePropertySchema::tagMIMEPROPFLAGS MIMEOLE::IMimePropertySchema::MIMEPROPFLAGS |
Enumerator | |
---|---|
MPF_INETCSET | |
MPF_RFC1522 | |
MPF_ADDRESS | |
MPF_HASPARAMS | |
MPF_MIME | |
MPF_READONLY |
Definition at line 515 of file mimeole.idl.
HRESULT MIMEOLE::IMimePropertySchema::GetPropertyId | ( | [in] const char * | name, |
[out] DWORD * | propid | ||
) |
HRESULT MIMEOLE::IMimePropertySchema::ModifyProperty | ( | [in] const char * | name, |
[in] DWORD | flags, | ||
[in] DWORD | rownumber, | ||
[in] VARTYPE | vtdefault | ||
) |
HRESULT MIMEOLE::IMimePropertySchema::RegisterAddressType | ( | [in] const char * | name, |
[out] DWORD * | adrtype | ||
) |
HRESULT MIMEOLE::IMimePropertySchema::RegisterProperty | ( | [in] const char * | name, |
[in] DWORD | flags, | ||
[in] DWORD | rownumber, | ||
[in] VARTYPE | vtdefault, | ||
[out] DWORD * | propid | ||
) |