GetProfileCriteria Method (Profile Manager Control)
Windows - Visual C++
Description
The GetProfileCriteria method
returns a profile's criteria.
Syntax
CString name = GetProfileCriteria(LPCTSTR profCode);
The GetProfileCriteria syntax has
these parts:
Part |
Description |
profCode |
A string containing the code for a valid profile. |
result |
A string containing the specified profile's criteria. |
See Also: GetProfileCode GetProfileCount GetProfileName
Back to: Profile Manager Methods