wpConfirmKeepAssoc - Syntax

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

This instance method determines whether you want to rename the given file with different extensions and warns that associations might need to be fixed.

#define INCL_WINWORKPLACE
#include <os2.h>

WPFileSystem     *somSelf;   /*  Pointer to the object on which the method is being invoked. */
ULONG             ulRename;  /*  Flag indicating whether the user wants to rename the file. */

ulRename = _wpConfirmKeepAssoc(somSelf);


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