wpSetType - Syntax

This instance method is called to allow the object to change the type of its file.

#define INCL_WINWORKPLACE
#include <os2.h>

WPFileSystem     *somSelf;   /*  Pointer to the object on which the method is being invoked. */
PSZ               pszTypes;  /*  Pointer to buffer containing type to set. */
PFEA2LIST         pfeal;     /*  Reserved - must be set to 0. */
BOOL              rc;        /*  Success indicator. */

rc = _wpSetType(somSelf, pszTypes, pfeal);


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