wpQueryFldrDetailsClass - Syntax

This instance method is called to determine which class of details are set for a folder.

#define INCL_WINWORKPLACE
#include <os2.h>

WPFolder       *somSelf;  /*  Pointer to the object on which the method is being invoked. */
M_WPObject     *rc;       /*  Success indicator. */

rc = _wpQueryFldrDetailsClass(somSelf);


[Back: wpQueryFldrDetailsClass]
[Next: wpQueryFldrDetailsClass Parameter - somSelf]