Copies the user's email address into the supplied buffer, by concatenating
the values returned by wxGetFullHostName() and wxGetUserId().
- @returns @true if successful, @false otherwise.
+ @return @true if successful, @false otherwise.
@header{wx/utils.h}
*/
@param buf Buffer to store the email address in.
@param sz Size of the buffer.
- @returns @true if successful, @false otherwise.
+ @return @true if successful, @false otherwise.
@header{wx/utils.h}
*/
SYSTEM_NAME; if this is not found, the entry @b HostName in the wxWidgets
section of the WIN.INI file is tried.
- @returns The hostname if successful or an empty string otherwise.
+ @return The hostname if successful or an empty string otherwise.
@see wxGetFullHostName()
@param buf Buffer to store the host name in.
@param sz Size of the buffer.
- @returns @true if successful, @false otherwise.
+ @return @true if successful, @false otherwise.
@header{wx/utils.h}
*/
environment variables USER and LOGNAME; if neither of these is found, the
entry @b UserId in the @b wxWidgets section of the WIN.INI file is tried.
- @returns The login name if successful or an empty string otherwise.
+ @return The login name if successful or an empty string otherwise.
@see wxGetUserName()
@param buf Buffer to store the login name in.
@param sz Size of the buffer.
- @returns @true if successful, @false otherwise.
+ @return @true if successful, @false otherwise.
@header{wx/utils.h}
*/
wxWidgets section of the WIN.INI file. If PenWindows is running, the entry
Current in the section User of the PENWIN.INI file is used.
- @returns The full user name if successful or an empty string otherwise.
+ @return The full user name if successful or an empty string otherwise.
@see wxGetUserId()
@param buf Buffer to store the full user name in.
@param sz Size of the buffer.
- @returns @true if successful, @false otherwise.
+ @return @true if successful, @false otherwise.
@header{wx/utils.h}
*/
@param flags
Either wxSHUTDOWN_POWEROFF or wxSHUTDOWN_REBOOT
- @returns @true on success, @false if an error occurred.
+ @return @true on success, @false if an error occurred.
@header{wx/utils.h}
*/