wpConfirmRenameFileWithExt - Syntax

This method is specific to version 3, or higher, of the OS/2 operating system.

This instance method prompts the user whether to rename this file with possibly a different extension.

#define INCL_WINWORKPLACE
#include <os2.h>

WPFileSystem     *somself;        /*  Pointer to the object invoking the method (a "self" pointer). */
ULONG             fConfirmation;  /*  Confirmation flag. */

fConfirmation = _wpConfirmRenameFileWithExt(
                 somself);


[Back: wpConfirmRenameFileWithExt]
[Next: wpConfirmRenameFileWithExt Parameter - somself]