WS_XML_STRING_NULL macro
Provides an an empty string initializer for a WS_XML_STRING structure.
c++
void WS_XML_STRING_NULL(void);
This macro has no parameters.
This macro does not return a value.
The following is example usage:
WS_XML_STRING myString = WS_XML_STRING_NULL;
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
WebServices.h |