Share via


QueryXML

Applies To: Windows 8, Windows 8.1

Indicates the XML format of the currently running profile and whether the profile is running properly.

HRESULT QueryXML
  ([out] BSTR* pbstrResults,
  [in] VARIANT_BOOL fValidateRuntimeState)
;

Parameters

  • BSTR* pbstrResults
    [out] A pointer to a result string.
  • VARIANT_BOOL fValidateRuntimeState
    [in] A Boolean that indicates whether the runtime state is valid.

Return Value

The following table describes possible return values.

Return Value Description

E_WPRC_RUNTIME_STATE_PROFILES_NOT_RUNNING

Indicates that the profile is not running.

S_OK

The function successfully returned the XML format.

See Also

Reference

IControlManager