Description


Include file: xprofile.h

Overview

XProfile is a class to handle INI-files.

Functions

Close

Remarks

close a profile

Open

Parameters

XProcess * owner process
char * application title
char * filename of the profile (default is OS2.INI )

Remarks

Open a profile/create non existing profile

Read

Parameters


char *itemName item name to read
XString *buffer XString-buffer for the data to read


char *itemName item name to read
void *buffer buffer for the data to read
ULONG size size of the buffer

Remarks

Read from a profile
Read from a profile

Write

Parameters


char *itemName item name to write
void *buffer buffer with the data to write
ULONG size size of the buffer

Remarks

Write to a profile


This document was generated by Jens von Pilgrim's Autodoc