E:/PROJECTS/cvsed/mixed/VIRTUA~1/VBoxDD/VBoxCmdLine.cpp File Reference

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

Include dependency graph for VBoxCmdLine.cpp:

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 Documentation

#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 Documentation

typedef _Core::_TextFile<char, '\n' , 1 > TextUnixAnsiFileReader

Definition at line 12 of file VBoxCmdLine.cpp.


Function Documentation

unsigned VBoxCmdLineToPipeNameW ( const wchar_t *  pCmdLine,
wchar_t *  pNameBuffer,
size_t  MaxLength,
unsigned  PID 
)

Definition at line 70 of file VBoxCmdLine.cpp.

Here is the call graph for this function:

unsigned VBoxCmdLineToVMNameW ( const wchar_t *  pCmdLine,
wchar_t *  pNameBuffer,
size_t  MaxLength 
)

Definition at line 16 of file VBoxCmdLine.cpp.