<summary>
Gets a font collection representing the set of installed fonts.
</summary>
<param name="fontCollection">Receives a pointer to the system font collection object, or NULL in case of failure.</param>
<param name="checkForUpdates">If this parameter is nonzero, the function performs an immediate check for changes to the set of
installed fonts. If this parameter is FALSE, the function will still detect changes if the font cache service is running, but
there may be some latency. For example, an application might specify TRUE if it has itself just installed a font and wants to
be sure the font collection contains that font.</param>
<returns>
Standard HRESULT error code.
</returns>
<summary> Gets a font collection representing the set of installed fonts. </summary> <param name="fontCollection">Receives a pointer to the system font collection object, or NULL in case of failure.</param> <param name="checkForUpdates">If this parameter is nonzero, the function performs an immediate check for changes to the set of installed fonts. If this parameter is FALSE, the function will still detect changes if the font cache service is running, but there may be some latency. For example, an application might specify TRUE if it has itself just installed a font and wants to be sure the font collection contains that font.</param> <returns> Standard HRESULT error code. </returns>