You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
352 B
20 lines
352 B
/*++
|
|
|
|
Copyright (C) 1996-1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
_USERNAME.H
|
|
|
|
History:
|
|
|
|
--*/
|
|
|
|
#ifndef ESPUTIL__USERNAME_H
|
|
#define ESPUTIL__USERNAME_H
|
|
|
|
LTAPIENTRY const NOTHROW CPascalString &GetCurrentUserName();
|
|
LTAPIENTRY void NOTHROW SetUserName(const CPascalString &);
|
|
LTAPIENTRY void NOTHROW ResetUserName(void);
|
|
|
|
#endif
|