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