Partager via


IXRInteractivityTriggerBase.SetEventName(const WCHAR *) (Compact 2013)

3/28/2014

This method sets the name of an event.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetEventName(
const WCHAR* pEventName)

Parameters

  • pEventName
    [in] Pointer to the string containing the new name for the event.

Return Value

Implement this method so that it returns S_OK if successful; otherwise, return the appropriate HRESULT value to indicate that the method was not successful.

Remarks

See Also

Reference

IXRInteractivityTriggerBase