IFSMgr_Win32GetVMCurdir(
unsigned long Drive,
char * pCurdirBuf
)
This service is provided solely for use by the Win32 subsystem. It returns the current directory in the current VM context for a specified drive. The current directory string can have long names. It is always returned in the current OEM codepage.
pCurdirBuf | Contains the current directory for the specified drive on a successful return. The current directory path is returned without the preceding "<drive>:\" string, that is, the current directory string for the root directory consists of the null string. |