IDiscoveryResult.GetRawXml(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the XML of the document specified in DiscoverUrl(String, IDiscoveryResult).
public:
int GetRawXml([Runtime::InteropServices::Out] System::String ^ % pbstrXML);
int GetRawXml([Runtime::InteropServices::Out] std::wstring const & & pbstrXML);
public int GetRawXml (out string pbstrXML);
abstract member GetRawXml : string -> int
Public Function GetRawXml (ByRef pbstrXML As String) As Integer
Parameters
- pbstrXML
- String
[out] Pointer to a string containing the XML.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From discoveryservice.idl:
HRESULT IDiscoveryResult::GetRawXml(
[out, retval] BSTR *pbstrXml
);