Retrieves the count of games implemented in the game library.
Syntax:
HRESULT get_NumGames( long *p );
Parameters:
p Address of a long integer variable that receives the count of games.
Return Value:
Returns S_OK if successful, or an error value otherwise.