Compartilhar via


IRemoteUI_Array::GetName (Windows CE 5.0)

Send Feedback

This method returns a pointer to the name of the array.

HRESULT GetName(  char** pName);

Parameters

  • pName
    [out] Pointer to the name of array.

Return Values

If the method succeeds, the return value is S_OK.

If it fails, the return value is E_FAIL.

Remarks

The pointer returned by this method is read only and becomes invalid when the array object is destroyed.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Remoteui.h, Remoteui.idl.
Link Library: Uuid.lib.

See Also

IRemoteUI_Array

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.