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.
c++
HRESULT UpdateGame(
GUID guidInstanceID
)
- guidInstanceID
[in] GUID of the InstanceID associated with the game to be updated.
Returns an HRESULT. Use the SUCCEEDED and FAILED macros to test the return value of this function.
Header: Declared in GameUX.h.