2003-03-01 Heiko Gerdau <hg@technosis.de>

* include/oleidl.h (USERCLASSTYPE): Add enum.
	* include/ocidl.h (IObjectWithSite): Add interface.
This commit is contained in:
Danny Smith
2003-03-01 06:51:51 +00:00
parent dbc49afd52
commit 8c061d6294
3 changed files with 23 additions and 1 deletions

View File

@ -40,6 +40,11 @@ typedef enum tagOLEGETMONIKER {
OLEGETMONIKER_UNASSIGN,
OLEGETMONIKER_TEMPFORUSER
} OLEGETMONIKER;
typedef enum tagUSERCLASSTYPE {
USERCLASSTYPE_FULL=1,
USERCLASSTYPE_SHORT,
USERCLASSTYPE_APPNAME
} USERCLASSTYPE;
#ifdef __GNUC__
__extension__ /* IS0 C says enums limited to range of int */
#endif