ISQLXMLHelper::SetContentType
Sets the payload Content-type to the xml engine.
Syntax
virtual STDMETHODIMP GetContentType (
WCHAR * pwszContentType,
ULONG * pcContentType
) = 0;
Parameters
pwszContentType
String to copy the content type to. 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.