edmiGetMyPersonName
Since:Â edmcore v602.131.32
SdaiString _CDECL edmiGetMyPersonName (void);
Gets edmi session associated person for current edmi session.
The edmiGetMySessionToken() and edmiGetMyPersonName() functions are implemented to enable EDMappServer plug-ins to fetch the "sessionToken" and "personName" properties from the actual used server context. The returned string is located in a static internal buffer, one static buffer for each of these functions. Hence, the calling program should not free these strings by calling edmiFree(). In case the actual server context does not have any value for the actual property NULL is returned from the actual function call.
The PersonName property defines the person logged on the EDMserver with actual SessionToken.
The PersonName may consist of a string with several fields. Example: "John Smith, CEO, EPMT"
The PersonName property will be used in the various logging function in EDMserver & EDMappServer.
This property is only valid when the actual server context has a SessionToken defined.
Arguments
Type | Name | Comment |
none |
Return Value
Options
Â
Example
Â
 char *token =edmiGetMySessionToken();
Â
 See also
Filter by label
There are no items with the selected labels at this time.
Â