According indicator handle, how to get symbol and timeframe of this indicator handle?

 

we know : 

handle = iCustom("....", smybol, timeframe, ...);

But how the other way around.

According indicator handle, how to get symbol and timeframe of this indicator handle? 

 
You know the symbol and timeframe when you got the handle. Remember them when you get the handle.
 
William Roeder #:
You know the symbol and timeframe when you got the handle. Remember them when you get the handle.

Yes, I know this method, but it doesn't feel intelligent enough. But it seems to be the only way.