Returns the value of a user parameter that has been set with SetUserParameter. (For details on setting user parameters, see SetUserParameter.)
<HsvSystemInfo>.GetUserParameter bstrKey, pvarabyData
Variant. Returns the value that has been set for the parameter. This value is returned as a Byte subtype. |
This example tests whether a parameter named “Projects” has been defined for the user. If no parameter has been defined, any code placed within the If structure would be executed.