mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[PSDK]: Add the declarations for IsNetDrive, DriveType and RealDriveType functions (from shell32).
svn path=/trunk/; revision=73584
This commit is contained in:
@@ -250,6 +250,9 @@ PickIconDlg(
|
||||
#define SHUpdateImage WINELIB_NAME_AW(SHUpdateImage)
|
||||
int WINAPI RestartDialog(_In_opt_ HWND, _In_opt_ LPCWSTR, DWORD);
|
||||
int WINAPI RestartDialogEx(_In_opt_ HWND, _In_opt_ LPCWSTR, DWORD, DWORD);
|
||||
int WINAPI DriveType(int);
|
||||
int WINAPI RealDriveType(int, BOOL);
|
||||
int WINAPI IsNetDrive(int);
|
||||
BOOL WINAPI IsUserAnAdmin(void);
|
||||
|
||||
#define KF_FLAG_DEFAULT_PATH 0x00000400
|
||||
|
||||
Reference in New Issue
Block a user