SetCallerName
Purpose
The CMetaPersist class GetCallerName function sets the caller name to the specified user.
Description
Subsequent function calls using this object will be validated using the caller user’s permissions.
Syntax
void SetCallerName(LPCTSTR user);
Argument |
In/Out |
Description |
user |
In |
Name of signed on user to use for function calls from this object. |