Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Inserts file-level string metadata tag (key:value pair).
public:
HRESULT SetMetaData(
const wchar_t *key,
const wchar_t *value
)
key
Type: wchar_t *
[in] Null-terminated string that identifies the metadata.
value
Type: wchar_t *
[in] Null-terminated string that specifies the metadata value.
Type: HRESULT
S_OK if successful; an error code otherwise.
Header: Declared in xstudio.h.
Library: Use xstudioclient.lib (console) or xstudioservice.lib (desktop).