|
FreeRDP
|
#include <stdio.h>#include <winpr/crt.h>#include <winpr/path.h>#include <winpr/tchar.h>#include <winpr/winpr.h>Functions | |
| int | TestPathIsUNCEx (int argc, char *argv[]) |
Variables | |
| static const TCHAR | testServer [] = _T("server\\share\\path\\file") |
| static const TCHAR | testPathUNC [] = _T("\\\\server\\share\\path\\file") |
| static const TCHAR | testPathNotUNC [] = _T("C:\\share\\path\\file") |
| int TestPathIsUNCEx | ( | int | argc, |
| char * | argv[] | ||
| ) |
|
static |
|
static |
|
static |