Something similar to this:
Code:
enum MyEnum {
    val,
    thing,
    that
};

int func(MyEnum thingie) {
	return thingie;
}
Although I don't have VC6 so I can't vouch for the Intellisense. Does it work with this?