Obtain magic number from a pointer

SS_MAGIC_OF is a macro defined in ssobj.h.

Synopsis:

SS_MAGIC_OF(OBJ)

Description: Given a pointer to any object, return the magic number stored in that object.

Return Value: An unsigned int magic number or zero if OBJ is the null pointer.

See Also: