Server::FindMovieByHeap

Server::FindMovieByHeap
virtual bool FindMovieByHeap(MemoryHeap* heap, MovieImpl** movie);
Description

This method is used to find an instance of Movie by using memory heap in order to use proper AmpStats structure. 

Note: the returned movie is AddRef-ed!

Parameters
Parameters 
Description 
MemoryHeap* heap 
The memory heap for the movie. 
MovieImpl** movie 
Pointer to the movie. 
Return Value

Returns true if an instance of Movie is returned and false otherwise.