1 |
4.374574 |
BIF_NEWDIALOGSTYLE |
Int32 |
64 |
0x00000040 |
64 |
|
|
System.Int32 |
#define BIF_NEWDIALOGSTYLE 0x00000040 // Use the new dialog layout with the ability to resize
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\shlobj_core.h(1177,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
2 |
3.866614 |
BIF_USENEWUI |
Int32 |
80 |
0x00000050 |
80 |
|
|
System.Int32 |
#define BIF_USENEWUI (BIF_NEWDIALOGSTYLE | BIF_EDITBOX)
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\shlobj_core.h(1180,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
3 |
3.093291 |
BIF_NONEWFOLDERBUTTON |
Int32 |
512 |
0x00000200 |
512 |
|
|
System.Int32 |
#define BIF_NONEWFOLDERBUTTON 0x00000200 // Do not add the "New Folder" button to the dialog. Only applicable with BIF_NEWDIALOGSTYLE.
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\shlobj_core.h(1184,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|