Mark GetUserNameExW as tested
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
6dead076a2
commit
8cca09a567
@ -49,8 +49,6 @@ static BOOLEAN GetUserNameExA(_In_ EXTENDED_NAME_FORMAT NameFormat, _Inout_ std:
|
||||
template<class _Traits, class _Ax>
|
||||
static BOOLEAN GetUserNameExW(_In_ EXTENDED_NAME_FORMAT NameFormat, _Inout_ std::basic_string<wchar_t, _Traits, _Ax> &sName)
|
||||
{
|
||||
assert(0); // TODO: Test this code.
|
||||
|
||||
wchar_t szStackBuffer[WINSTD_STACK_BUFFER_BYTES/sizeof(wchar_t)];
|
||||
ULONG ulSize = _countof(szStackBuffer);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user