CheckGamingPrivilegeSilently function

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


HRESULT WINAPI CheckGamingPrivilegeSilently(
  _In_  UINT32  privilegeId,
  _In_  HSTRING scope,
  _In_  HSTRING policy,
  _Out_ BOOL    *hasPrivilege
);

Parameters

privilegeId [in]

Type: UINT32

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

scope [in]

Type: HSTRING

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

policy [in]

Type: HSTRING

Specifies a HSTRING that ... TBD

hasPrivilege [out]

Type: BOOL*

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

Return value

Type: HRESULT

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

Requirements

Header

Gamingtcui.h

Library

WindowsApp.lib

DLL

Gamingtcui.dll

 

 

Show: