заменить следующую строку
HRESULT Notify( MMC_NOTIFY_TYPE event,
long arg,
long param,
IComponentData* pComponentData,
IComponent* pComponent,
DATA_OBJECT_TYPES type);
на
HRESULT Notify( MMC_NOTIFY_TYPE event,
long long arg, // long long, not long
long long param,
IComponentData* pComponentData,
IComponent* pComponent,
DATA_OBJECT_TYPES type);