ImportCriteria Method (Profile Manager Control)
Windows - Visual C++
Description
The ImportCriteria method returns
the contents of a file containing profile criteria in RPN.
Syntax
CString name = ImportCriteria(LPCTSTR fileName);
The ImportCriteria syntax has these parts:
Part |
Description |
fileName |
A String containing the name of a file containing profile criteria in RPN. |
name |
A String containing the contents of the file. |
Remarks
If a file system error occurs while
opening or reading the specified file, it will be thrown to the container.
See Also: AddProfile ModifyProfile
Back to: Profile Manager Methods