IVariableContainer::FindNextVar (Windows Embedded CE 6.0)
1/6/2010
This method advances to the next variable in the variable container.
Syntax
HRESULT FindNextVar(
char** pName,
VARIANT** pValue
);
Parameters
- pName
[out] Pointer to the variable name.
- pValue
[out] Pointer to the actual value.
Return Value
If the method succeeds, the return value is S_OK.
If it fails, the return value is E_FAIL.
Requirements
Header | remoteui.h, remoteui.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE 5.0 and later |