GameUICompletionRoutine function pointer

Do not use. This API is only supported for Xbox developers.

To learn more about becoming a Xbox developer, see Developing Games for Xbox One and Windows 10.

Syntax


typedef VOID ( WINAPI *GameUICompletionRoutine)(
  _In_     HRESULT returnCode,
  _In_opt_ VOID    *context
);

Parameters

returnCode [in]

Type: HRESULT

Do not use. This API is only supported for Xbox developers.

context [in, optional]

Type: VOID*

Do not use. This API is only supported for Xbox developers.

Return value

This function pointer does not return a value.

Requirements

Header

Gamingtcui.h

 

 

Show: