GetNumProfilesAllowed Method
Windows - Visual C++
Description
The GetNumProfilesAllowed method
returns the number of profiles reserved for the user on the NewsEdge Server.
Syntax
long result = GetNumProfilesAllowed();
The GetNumProfilesAllowed syntax has these parts:
Part |
Description |
result |
A long integer containing the number of profiles reserved for this user. |
Remarks
This method will throw an error if
there is not an active connection with a NewsEdge Server.
See Also: AddProfile GetProfileCount
Back to: Profile Manager Methods