WS_STRING_EMPTY macro
Initializes a WS_STRING structure to a zero-length string.
c++
void WS_STRING_EMPTY(void);
This macro has no parameters.
This macro does not return a value.
The following is an example of how to use the macro.
WS_STRING myString = WS_STRING_EMPTY;
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
WebServices.h |