Server::GetNextSwdHandle

Server::GetNextSwdHandle
virtual UInt32 GetNextSwdHandle() const;
Description

GetNextSwdHandle retrieves the handle of the SWF file. The AMP server generates unique handles for each SWF. The 16-byte SWD debug Id is not used since it is not appropriate as a hash key. The AMP keeps a map of SWD handles to actual SWD Id and filename (SwdMap).

Return Value

An UInt32 value representing the handle of the SWF file.