[SHELL32][SDK] Implement SHIsTempDisplayMode (#5523)

CORE-9277
This commit is contained in:
Katayama Hirofumi MZ 2023-08-07 09:50:30 +09:00 committed by GitHub
parent a6d264e4f0
commit 63fae07d12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 11 deletions

View file

@ -189,6 +189,8 @@ DWORD WINAPI SHNetConnectionDialog(
LPCWSTR lpstrRemoteName,
DWORD dwType);
BOOL WINAPI SHIsTempDisplayMode(VOID);
/****************************************************************************
* Cabinet Window Messages
*/