Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method advances to the next variable in the variable container.
HRESULT FindNextVar( char** pName, VARIANT** pValue);
Parameters
- pName
[out] Pointer to the variable name. - pValue
[out] Pointer to the actual value.
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::FindFirstVar
Send Feedback on this topic to the authors