tibemsLookupParams_Destroy Function Purpose Destroy a lookup parameters object. C Declaration void tibemsLookupParams_Destroy( tibemsLookupParams lparams ); COBOL Call CALL "tibemsLookupParams_Destroy" USING BY VALUE lparams END-CALL. lparams has usage pointer. Parameters Parameter Description lparams The function stores the new lookup context object in this location.