windows.kernel32: add GetLogicalDriveStrings
parent
24eff67e60
commit
c98b49aaf4
|
@ -1426,8 +1426,9 @@ FUNCTION: DWORD GetLastError ( )
|
||||||
! FUNCTION: GetLocaleInfoW
|
! FUNCTION: GetLocaleInfoW
|
||||||
! FUNCTION: GetLocalTime
|
! FUNCTION: GetLocalTime
|
||||||
FUNCTION: DWORD GetLogicalDrives ( )
|
FUNCTION: DWORD GetLogicalDrives ( )
|
||||||
! FUNCTION: GetLogicalDriveStringsA
|
FUNCTION: DWORD GetLogicalDriveStringsA ( DWORD dwBufferLength, LPWSTR lpBuffer )
|
||||||
! FUNCTION: GetLogicalDriveStringsW
|
FUNCTION: DWORD GetLogicalDriveStringsW ( DWORD dwBufferLength, LPSTR lpBuffer )
|
||||||
|
ALIAS: GetLogicalDriveStrings GetLogicalDriveStringsW
|
||||||
! FUNCTION: GetLongPathNameA
|
! FUNCTION: GetLongPathNameA
|
||||||
! FUNCTION: GetLongPathNameW
|
! FUNCTION: GetLongPathNameW
|
||||||
! FUNCTION: GetMailslotInfo
|
! FUNCTION: GetMailslotInfo
|
||||||
|
|
Loading…
Reference in New Issue