wpSetDateInfo - Syntax

This instance method is called to allow the object to change its current date information.

#define INCL_WINWORKPLACE
#include <os2.h>

WPFileSystem     *somSelf;         /*  Pointer to the object on which the method is being invoked. */
FILEFINDBUF4     *pstFileFindBuf;  /*  Pointer to the file information buffer. */
ULONG             rc;              /*  Success indicator. */

rc = _wpSetDateInfo(somSelf, pstFileFindBuf);


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