#ifndef _PROPPAGEINFOCOOKIE_
#define _PROPPAGEINFOCOOKIE_

typedef struct {
    long ItemId;
    long IconId;
} PropPageCookie;
#endif
