Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

NS_StringContainerFinish

« XPCOM API Reference

Summary

The NS_StringContainerFinish function releases any memory allocated by a nsStringContainer instance. This is a low-level API.

  #include "nsStringAPI.h"

  void NS_StringContainerFinish(
    nsStringContainer& aString
  );

Parameters

aString
[in] A nsStringContainer instance that is no longer needed.

Return Values

This function does not return a value.

Example Code

See NS_StringContainerInit for an example.

History

This function was frozen for Mozilla 1.7. See bug 239123 for details.

See Also

NS_StringContainerInit

Document Tags and Contributors

 Contributors to this page: Sheppy, Pmash
 Last updated by: Sheppy,