IRemoteUI_Array::GetName (Windows Embedded CE 6.0)
1/6/2010
This method returns a pointer to the name of the array.
Syntax
HRESULT GetName(
char** pName
);
Parameters
- pName
[out] Pointer to the name of array.
Return Value
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
Header | remoteui.h, remoteui.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE 5.0 and later |