WsFreeWriter function
Releases the memory resource associated with an XML Writer object.
Syntax
void WINAPI WsFreeWriter(
_In_ WS_XML_WRITER* writer
);
Parameters
- writer [in]
-
A pointer to the XML Writer object to release. The pointer must reference a valid WS_XML_WRITER object returned by WsCreateWriter and the referenced value may not be NULL.
Return value
This function does not return a value.
Remarks
If necessary, WsFlushWriter should be called before calling WsFreeWriter to guarantee all data is emitted.
Requirements
|
Minimum supported client | Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
Community Additions
ADD
Show: