Movie::GetUserData

Movie::GetUserData
virtual void* GetUserData() const = 0;
Description

GetUserData obtains the user data handle set on the movie view by the SetUserData method. This value is particularly useful for passing data to the FsCommand handler.

Return Value

A Handle value containing the user data.