Changeset 21567 for trunk/include


Ignore:
Timestamp:
Jan 28, 2011, 5:50:41 PM (15 years ago)
Author:
dmik
Message:

kernel32: Implemented GetVolumePathName() API.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winbase.h

    r21526 r21567  
    26512651
    26522652BOOL WINAPI FindVolumeMountPointClose(HANDLE hFindVolumeMountPoint);
     2653
    26532654BOOL WINAPI GetVolumeNameForVolumeMountPointA(LPCSTR lpszVolumeMountPoint,
    26542655                                              LPSTR lpszVolumeName,
     
    26592660#define     GetVolumeNameForVolumeMountPoint WINELIB_NAME_AW(GetVolumeNameForVolumeMountPoint)
    26602661
     2662BOOL WINAPI GetVolumePathNameA(LPCSTR,LPSTR,DWORD);
     2663BOOL WINAPI GetVolumePathNameW(LPCWSTR,LPWSTR,DWORD);
     2664#define     GetVolumePathName WINELIB_NAME_AW(GetVolumePathName)
     2665
    26612666#endif
    26622667
Note: See TracChangeset for help on using the changeset viewer.