Share via


ISQLXMLHelper::GetContentType

Retrieves the payload Content-type from the XML engine.

Syntax

virtual STDMETHODIMP GetContentType (
   WCHAR * pwszContentType,
      ULONG * pcContentType
   ) = 0;

Parameters

  • pwszContentType
    String to copy the content type. Can be NULL.

  • pcContentType
    Number of bytes copied or size of content type if pwszContentType is NULL.

Remarks

ISQLXMLHelper should only be used by Microsoft internal applications.

See Also

Reference

ISQLXMLHelper