Share via


IXRWin32Control::GetClassName (Compact 2013)

3/28/2014

This method retrieves the name of the class that this IXRWin32Control object belongs to.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetClassName (
    BSTR* ppClassName
) = 0; 

Parameters

  • ppClassName
    [out] Address of a pointer to a string that contains the class name.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

The value in ppClassName corresponds to the lpClassName parameter of CreateWindow or CreateWindowEx. You can use CreateWindow or CreateWindowEx to create the window control before you set its handle to the handle of the IXRWin32Control object and insert it into the visual tree.

.NET Framework Equivalent

None.

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRWin32Control
IXRWin32Control::SetClassName