FreeRDP
TestCredUIParseUserName.c File Reference
#include <stdio.h>
#include <winpr/crt.h>
#include <winpr/tchar.h>
#include <winpr/credui.h>
#include <winpr/windows.h>

Functions

int TestCredUIParseUserName (int argc, char *argv[])
 

Variables

static const TCHAR testUserName1 [] = _T("LAB1\\JohnDoe")
 
static const TCHAR testUserName2 [] = _T("JohnDoe@LAB1")
 

Function Documentation

◆ TestCredUIParseUserName()

int TestCredUIParseUserName ( int  argc,
char *  argv[] 
)

Variable Documentation

◆ testUserName1

const TCHAR testUserName1[] = _T("LAB1\\JohnDoe")
static

◆ testUserName2

const TCHAR testUserName2[] = _T("JohnDoe@LAB1")
static