This function indicates that a file is available for use as a profile.
#define INCL_WINSHELLDATA /* Or use INCL_WIN, INCL_PM, */ #include <os2.h> HAB hab; /* Anchor-block handle. */ PSZ pszFileName; /* User-profile file name. */ HINI hini; /* Initialization-file handle. */ hini = PrfOpenProfile(hab, pszFileName);