wpQueryIconTextVisibility - Example Code

This example determines whether or not the titles are displayed in the Icon View of the current folder.

  ULONG       ulTextVisibility;

  ulTextVisibility = _wpQueryIconTextVisibility(somSelf,OPEN_CONTENTS);
  /* ulTextVisibility can contain the following flag values:
   *     USE_GLOBAL_VISIBILITY = the folder is using the global system value
   *     ICON_TEXT_VISIBLE     = titles are displayed in Icon View of the folder
   */


[Back: wpQueryIconTextVisibility - Related Methods]
[Next: wpQueryIconTextVisibility - Topics]