00001 #pragma once 00002 00003 unsigned VBoxCmdLineToVMNameW(const wchar_t *pCmdLine, wchar_t *pNameBuffer, size_t MaxLength); 00004 unsigned VBoxCmdLineToPipeNameW(const wchar_t *pCmdLine, wchar_t *pNameBuffer, size_t MaxLength, unsigned PID = 0);