The SOM_ResolveNoCheck macro invokes the somResolve function to obtain a pointer to the method procedure that implements the specified method for the specified object. This pointer can be used for efficient repeated invocations of the same method on the same type of objects. The name of the class that introduces the method and the name of the method must be known at compile time. Otherwise, use the somFindMethod or somFindMethodOk method.
The SOM_ResolveNoCheck macro can only be used to obtain a method procedure for a static method (one defined in the IDL specification for a class) and not a method added to a class at run time. Unlike the SOM_Resolve macro, the SOM_ResolveNoCheck macro does not perform any consistency checks on the object pointed to by objPtr.