#include "stdafx.h"#include "VBoxCmdLine.h"#include <bzscmn/file.h>#include <bzscmn/textfile.h>#include <bzscmn/cmndef.h>

Go to the source code of this file.
Defines | |
| #define | UNIX_LINE_ENDING_SEQUENCE_A '\n' |
| #define | UNIX_LINE_ENDING_SEQUENCE_LEN 1 |
Typedefs | |
| typedef _Core::_TextFile< char, '\n', 1 > | TextUnixAnsiFileReader |
Functions | |
| unsigned | VBoxCmdLineToVMNameW (const wchar_t *pCmdLine, wchar_t *pNameBuffer, size_t MaxLength) |
| unsigned | VBoxCmdLineToPipeNameW (const wchar_t *pCmdLine, wchar_t *pNameBuffer, size_t MaxLength, unsigned PID) |
| #define UNIX_LINE_ENDING_SEQUENCE_A '\n' |
Definition at line 9 of file VBoxCmdLine.cpp.
| #define UNIX_LINE_ENDING_SEQUENCE_LEN 1 |
Definition at line 10 of file VBoxCmdLine.cpp.
| typedef _Core::_TextFile<char, '\n' , 1 > TextUnixAnsiFileReader |
Definition at line 12 of file VBoxCmdLine.cpp.
| unsigned VBoxCmdLineToPipeNameW | ( | const wchar_t * | pCmdLine, | |
| wchar_t * | pNameBuffer, | |||
| size_t | MaxLength, | |||
| unsigned | PID | |||
| ) |
| unsigned VBoxCmdLineToVMNameW | ( | const wchar_t * | pCmdLine, | |
| wchar_t * | pNameBuffer, | |||
| size_t | MaxLength | |||
| ) |
Definition at line 16 of file VBoxCmdLine.cpp.