IGameExplorer::UpdateGame Method

Notifies Game Explorer that the game definition file (GDF) for a title has been updated. This function call updates any permissions for the game in parental controls, as well as for any rich media information.

Syntax

HRESULT UpdateGame(
         GUID guidInstanceID
)

Parameters

  • guidInstanceID
    [in] GUID of the InstanceID associated with the game to be updated.

Return Value

Returns an HRESULT. Use the SUCCEEDED and FAILED macros to test the return value of this function.

Requirements

Header: Declared in GameUX.h.