This instance method is called to allow the folder to query its current flags.
#define INCL_WINWORKPLACE #include <os2.h> WPFolder *somSelf; /* Pointer to the object on which the method is being invoked. */ ULONG ulReturn; /* Flag indicating the current folder state. */ ulReturn = _wpQueryFldrFlags(somSelf);