Controller.GetControllerMetadata Method

Gets the controller metadata using the id and the metadata version.

Syntax

public:
static void GetControllerMetadata(
         uint64 controllerId,
         MetadataVersion metadataVersion,
         out Array<unsigned char>^ ppMetadata
)  

Parameters

controllerId
Type: uint64 

 The controller id.

metadataVersion
Type: MetadataVersion 

The metadata.

ppMetadata
Type: unsigned char 

 The controller metadata.

Remarks

Note

This is a cross-OS call. For more information, see Cross-OS Calls.

Requirements

Namespace: Windows.Xbox.Input

Metadata: windows.winmd

See also

Reference

Controller Class

Controller Members

Windows.Xbox.Input Namespace