IXStudioPlayback::GetMetaDataKeys Method

Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Gets the file-level string keys for all the metadata tags.

Syntax

public:
HRESULT GetMetaDataKeys(
         UINT16 flags,
         wchar_t *pBuffer,
         UINT32 *pBufferSize
)  

Parameters

flags
Type: UINT16 

[in] One or more XSTUDIO_FILE flags, indicating properties of the metadata.

pBuffer
Type: wchar_t *

A pointer to the buffer that receives null-terminated string values for all metadata tags.

pBufferSize
Type: UINT32 *

[in, out] The size, in bytes, of the buffer pointer to by pBuffer.

Return value

Type: HRESULT 

S_OK if successful; an error code otherwise.

Requirements

Header: Declared in xstudio.h.

Library: Use xstudioclient.lib (console) or xstudioservice.lib (desktop).