IVariableContainer::GetArray (Windows CE 5.0)
This method searches the variable container for a specified array and returns a pointer to it.
HRESULT GetArray( const char* pName, IRemoteUI_Array** pArray)
Parameters
- pName
[in] Specifies the name of the array. - pArray
[out] Returns a pointer to the specified array.
Return Values
If the method succeeds, the return value is S_OK.
If it fails, the return value is E_FAIL.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Remoteui.h, Remoteui.idl.
Link Library: Uuid.lib
See Also
IVariableContainer | IVariableContainer::AddArray
Send Feedback on this topic to the authors