m_get_drive_list
This function returns a string of uppercase drive letters, terminated by a zero, representing the list of drives available.
- Syntax: int far m_get_drive_list(char far *a)
- Parameters: char far *a - Pointer to buffer to receive drive information
- Returns: 0 - if successful
Any other value indicates an error condition.