This instance method is called to force new file system information to be updated.
#define INCL_WINWORKPLACE #include <os2.h> WPFileSystem *somSelf; /* Pointer to the object on which the method is being invoked. */ ULONG ulView; /* Flag indicating type of view being refreshed. */ PVOID pReserved; /* Reserved; value must be NULL. */ BOOL rc; /* Success indicator. */ rc = _wpRefresh(somSelf, ulView, pReserved);