WsFreeMetadata function
Releases the memory resource associated with a metadata object.
Syntax
void WINAPI WsFreeMetadata(
_In_ WS_METADATA* metadata
);
Parameters
- metadata [in]
-
A pointer to the metadata object to release. The pointer must reference a valid WS_METADATA object returned by WsCreateMetadata and the referenced value may not be NULL.
Return value
This function does not return a value.
Remarks
Any WS_POLICY objects that were retrieved using the metadata object will also be freed.
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: