carb::detail::setClientName
Defined in carb/Framework.h
- 
inline bool carb::detail::setClientName(const char *clientName)
- Sets the client name for the calling module. - Note - This should not be called directly. This is called as part of CARB_FRAMEWORK_GLOBALS(). - Parameters
- clientName – [in] A string literal containing the name of the calling plugin or executable. This string must be guaranteed constant for the lifetime of the module. 
- Returns
- true.