result_type operator()(argument_type pNdasLogicalUnit) const
	{
		HANDLE h;
		COMVERIFY(pNdasLogicalUnit->get_AlarmEvent(&h));
		return h;
	}