XLaunchUri
The Microsoft Game Development Kit (GDK) Launcher API provides a mechanism that enables games to launch an experience by invoking a URI.Syntax
Parameters
requestingUser _In_opt_Type: XUserHandle Defines a handle identifying the user that makes the request. uri _In_z_
Type: char* String that indicates the URI to launch.
Return value
Type: HRESULT HRESULT success or error code. Returns S_OK if successful; otherwise it returns an error code. For a list of error codes, see Error Codes.Remarks
This function isn’t safe to call on a time-sensitive thread. For more information, see Time-sensitive threads.
