IXRWin32Control::GetClassName (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRWin32Control
IXRWin32Control::SetClassName