WSDXMLCreateContext (Compact 2013)
3/26/2014
This function creates a new IWSDXMLContext object.
Syntax
HRESULT WINAPI WSDXMLCreateContext(
IWSDXMLContext** ppContext
);
Parameters
- ppContext
[out] Pointer to a newly allocated IWSDXMLContext object. If the function fails, this parameter can be NULL.
Return Value
The following table shows the possible error code return values.
Error Code |
Description |
---|---|
S_OK |
The function succeeded. |
E_INVALIDORG |
ppContext is NULL. |
E_OUTOFMEMORY |
Insufficient memory to complete the operation. |
Requirements
Header |
wsdapi.h |
Library |
wsdapi.lib |
See Also
Reference
Web Services on Devices Functions
Web Services on Devices Reference