windows.kernel32: add GetLogicalDriveStrings

master
Alexander Iljin 2019-08-09 08:16:39 +02:00 committed by John Benediktsson
parent 24eff67e60
commit c98b49aaf4
1 changed files with 3 additions and 2 deletions

View File

@ -1426,8 +1426,9 @@ FUNCTION: DWORD GetLastError ( )
! FUNCTION: GetLocaleInfoW
! FUNCTION: GetLocalTime
FUNCTION: DWORD GetLogicalDrives ( )
! FUNCTION: GetLogicalDriveStringsA
! FUNCTION: GetLogicalDriveStringsW
FUNCTION: DWORD GetLogicalDriveStringsA ( DWORD dwBufferLength, LPWSTR lpBuffer )
FUNCTION: DWORD GetLogicalDriveStringsW ( DWORD dwBufferLength, LPSTR lpBuffer )
ALIAS: GetLogicalDriveStrings GetLogicalDriveStringsW
! FUNCTION: GetLongPathNameA
! FUNCTION: GetLongPathNameW
! FUNCTION: GetMailslotInfo