1 |
6.246518 |
SZ_IE_IBAR |
String |
Bar |
|
|
|
Narrow |
System.TypedString |
#define SZ_IE_IBAR "Bar"
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\InetReg.h(122,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
2 |
5.354158 |
TabAlignment::Bar |
Int32 |
4 |
0x00000004 |
4 |
|
|
System.Int32 |
Bar = 4
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\winrt\windows.ui.text.idl(399,0) |
|
3 |
3.785962 |
REGSTR_KEY_IBAR |
String |
Bar |
|
|
|
Narrow |
System.TypedString |
#define REGSTR_KEY_IBAR TEXT(SZ_IE_IBAR)
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\InetReg.h(125,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
4 |
3.569439 |
ERROR_LABEL_UNREADABLE |
Int32 |
1 |
0x00000001 |
1 |
|
|
System.Int32 |
#define ERROR_LABEL_UNREADABLE 0x00000001 // Bar code scanner could not read bar code label.
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\winioctl.h(10285,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_SYSTEM)
|
5 |
3.154968 |
HHWIN_PROP_NOTITLEBAR |
Int32 |
4 |
0x00000004 |
4 |
|
|
System.Int32 |
#define HHWIN_PROP_NOTITLEBAR (1 << 2) // no title bar
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\HtmlHelp.h(70,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
6 |
3.154968 |
DRAWPROGRESSFLAGS::DPF_STOPPED |
Int32 |
16 |
0x00000010 |
16 |
|
|
System.Int32 |
DPF_STOPPED = 0x10, // The progress bar is stopped.
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\propvarutil.h(424,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
7 |
3.154968 |
fMD_MEMORY_BAR |
Int32 |
128 |
0x00000080 |
-128 |
|
|
System.Int32 |
#define fMD_MEMORY_BAR (0x80) // Memory BAR resource.
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\cfgmgr32.h(244,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_SYSTEM | WINAPI_PARTITION_APP)
|
8 |
3.154968 |
__magnumdb__enum_ShlObj_h_2::DBCID_CLSIDOFBAR |
Int32 |
2 |
0x00000002 |
2 |
|
|
System.Int32 |
DBCID_CLSIDOFBAR = 2, // clsid of bar inside
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\ShlObj.h(619,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
9 |
3.154968 |
__magnumdb__enum_scc_h_1::SCC_MSG_STATUS |
Int32 |
4 |
0x00000004 |
4 |
|
|
System.Int32 |
SCC_MSG_STATUS, // Message is meant for status bar
|
%ProgramFiles%\Microsoft Visual Studio\2022\Professional\VSSDK\VisualStudioIntegration\Common\Inc\scc.h(536,0) |
|
10 |
3.154968 |
MSOURLRELATIVITY::urlrServer |
Int32 |
2 |
0x00000002 |
2 |
|
|
System.Int32 |
urlrServer, // EXAMPLE: "/foo/bar/woo.hoo"
|
%ProgramFiles%\Microsoft Visual Studio\2022\Professional\VSSDK\VisualStudioIntegration\Common\Inc\office10\msourl.h(54,0) |
|
11 |
3.154968 |
MSOURLRELATIVITY::urlrPage |
Int32 |
3 |
0x00000003 |
3 |
|
|
System.Int32 |
urlrPage // EXAMPLE: "../foo/bar/woo.hoo"
|
%ProgramFiles%\Microsoft Visual Studio\2022\Professional\VSSDK\VisualStudioIntegration\Common\Inc\office10\msourl.h(55,0) |
|
12 |
3.154968 |
__magnumdb__enum_msodm_h_2::msodmcchMaxDlgTitle |
Int32 |
128 |
0x00000080 |
-128 |
|
|
System.Int32 |
msodmcchMaxDlgTitle = 128, // Dialog title (in title bar).
|
%ProgramFiles%\Microsoft Visual Studio\2022\Professional\VSSDK\VisualStudioIntegration\Common\Inc\office10\msodm.h(147,0) |
|
13 |
2.821889 |
DRAWPROGRESSFLAGS |
Enum |
|
|
|
|
|
|
typedef enum DRAWPROGRESSFLAGS
{
DPF_NONE = 0x0, // No progress flags.
DPF_MARQUEE = 0x1, // The progress bar should draw in marquee mode.
DPF_MARQUEE_COMPLETE = 0x2, // The marquee format progress bar has completed.
DPF_ERROR = 0x4, // The progress bar should be drawn in the error state.
DPF_WARNING = 0x8, // The progress bar should be drawn in the warning state.
DPF_STOPPED = 0x10, // The progress bar is stopped.
} DRAWPROGRESSFLAGS;
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\propvarutil.h(417,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
14 |
2.677079 |
MSOURLRELATIVITY |
Enum |
|
|
|
|
|
|
typedef enum
{
urlrNil = -1,
urlrOpaque, // EXAMPLE: "mailto:someone@somewhere.com"
urlrAbsolute, // EXAMPLE: "http://mumble.com/woo.hoo"
urlrServer, // EXAMPLE: "/foo/bar/woo.hoo"
urlrPage // EXAMPLE: "../foo/bar/woo.hoo"
} MSOURLRELATIVITY;
|
%ProgramFiles%\Microsoft Visual Studio\2022\Professional\VSSDK\VisualStudioIntegration\Common\Inc\office10\msourl.h(49,0) |
|
15 |
2.523974 |
DISPID_ONADDRESSBAR |
Int32 |
261 |
0x00000105 |
261 |
|
|
System.Int32 |
#define DISPID_ONADDRESSBAR 261 // sent when the address bar should be shown/hidden
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\exdispid.h(50,0) |
- Ifndef EXDISPID_H_
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
16 |
2.523974 |
HHWIN_PROP_CHANGE_TITLE |
Int32 |
8192 |
0x00002000 |
8192 |
|
|
System.Int32 |
#define HHWIN_PROP_CHANGE_TITLE (1 << 13) // Put current HTML title in title bar
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\HtmlHelp.h(81,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
17 |
2.523974 |
DRAWPROGRESSFLAGS::DPF_MARQUEE |
Int32 |
1 |
0x00000001 |
1 |
|
|
System.Int32 |
DPF_MARQUEE = 0x1, // The progress bar should draw in marquee mode.
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\propvarutil.h(420,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
18 |
2.523974 |
DRAWPROGRESSFLAGS::DPF_MARQUEE_COMPLETE |
Int32 |
2 |
0x00000002 |
2 |
|
|
System.Int32 |
DPF_MARQUEE_COMPLETE = 0x2, // The marquee format progress bar has completed.
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\propvarutil.h(421,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
19 |
2.523974 |
DRAWPROGRESSFLAGS::DPF_ERROR |
Int32 |
4 |
0x00000004 |
4 |
|
|
System.Int32 |
DPF_ERROR = 0x4, // The progress bar should be drawn in the error state.
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\propvarutil.h(422,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
20 |
2.523974 |
DRAWPROGRESSFLAGS::DPF_WARNING |
Int32 |
8 |
0x00000008 |
8 |
|
|
System.Int32 |
DPF_WARNING = 0x8, // The progress bar should be drawn in the warning state.
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\propvarutil.h(423,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
21 |
2.523974 |
SBN_FIRST |
UInt64 |
18446744073709550736 |
0xFFFFFFFFFFFFFC90 |
-880 |
|
|
System.UInt64 |
#define SBN_FIRST (0U-880U) // status bar
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\commctrl.h(380,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
- Ifndef NOUSER
|
22 |
2.523974 |
PBM_SETBARCOLOR |
Int32 |
1033 |
0x00000409 |
1033 |
|
|
System.Int32 |
#define PBM_SETBARCOLOR (WM_USER+9) // lParam = bar color
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\commctrl.h(2886,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
- Ifndef NOUSER
- Ifndef NOPROGRESS
|
23 |
2.523974 |
OQWF_HIDEMENUS |
Int32 |
1024 |
0x00000400 |
1024 |
|
|
System.Int32 |
#define OQWF_HIDEMENUS 0x00000400 // = 1 => no menu bar displayed
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\CmnQuery.h(179,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
- Ifndef GUID_DEFS_ONLY
|
24 |
2.523974 |
GCS_HELPTEXTA |
Int32 |
1 |
0x00000001 |
1 |
|
|
System.Int32 |
#define GCS_HELPTEXTA 0x00000001 // help text (for status bar)
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\shobjidl_core.h(2059,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
25 |
2.523974 |
PROGDLG_NOMINIMIZE |
Int32 |
8 |
0x00000008 |
8 |
|
|
System.Int32 |
#define PROGDLG_NOMINIMIZE 0x00000008 // Do not have a minimize button in the caption bar.
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\shlobj_core.h(1417,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
26 |
2.523974 |
PROGDLG_NOPROGRESSBAR |
Int32 |
16 |
0x00000010 |
16 |
|
|
System.Int32 |
#define PROGDLG_NOPROGRESSBAR 0x00000010 // Don't display the progress bar
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\shlobj_core.h(1418,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
27 |
2.523974 |
TXTBIT_SELBARCHANGE |
Int32 |
512 |
0x00000200 |
512 |
|
|
System.Int32 |
#define TXTBIT_SELBARCHANGE 0x200 // notification that the selection bar width
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\TextServ.h(134,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
28 |
2.523974 |
CARET_FLAGS::CARET_NONE |
Int32 |
0 |
0x00000000 |
0 |
|
|
System.Int32 |
CARET_NONE = 0, // Normal Western caret (blinking vertical bar)
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\TextServ.h(292,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
29 |
2.523974 |
TabAlignment |
Enum |
|
|
|
|
|
|
enum TabAlignment
{
Left = 0,
Center = 1,
Right = 2,
Decimal = 3,
Bar = 4
};
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\winrt\windows.ui.text.idl(393,0) |
|
30 |
2.523974 |
DWM_SYSTEMBACKDROP_TYPE::DWMSBT_TABBEDWINDOW |
Int32 |
4 |
0x00000004 |
4 |
|
|
System.Int32 |
DWMSBT_TABBEDWINDOW, // Draw the backdrop material effect corresponding to a window with a tabbed title bar.
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\dwmapi.h(105,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
31 |
2.523974 |
CHANGER_BAR_CODE_SCANNER_INSTALLED |
Int32 |
1 |
0x00000001 |
1 |
|
|
System.Int32 |
#define CHANGER_BAR_CODE_SCANNER_INSTALLED 0x00000001 // The medium-changer has a bar code scanner installed.
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\winioctl.h(9847,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_SYSTEM)
|
32 |
2.523974 |
AFX_DOCK_TYPE::DT_IMMEDIATE |
|
1 |
0x00000001 |
1 |
|
|
System.String |
DT_IMMEDIATE = 1, // control bar torn off immediately and follows the mouse
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.16.27023\atlmfc\include\afxglobals.h(37,0) |
|
33 |
1.892981 |
AFX_DOCK_TYPE |
Enum |
|
|
|
|
|
|
enum AFX_DOCK_TYPE
{
DT_UNDEFINED = 0, // inherit from application
DT_IMMEDIATE = 1, // control bar torn off immediately and follows the mouse
DT_STANDARD = 2, // user drags a frame
DT_SMART = 0x80 // smart docking style
};
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.16.27023\atlmfc\include\afxglobals.h(34,0) |
|
34 |
1.577484 |
CARET_FLAGS |
Enum |
|
|
|
|
|
|
enum CARET_FLAGS
{
CARET_NONE = 0, // Normal Western caret (blinking vertical bar)
CARET_CUSTOM = 1, // Adorned caret, only set currently for RTL
CARET_RTL = 2,
CARET_ITALIC = 32,
CARET_NULL = 64, // Nondegenerate selection: use empty bitmap
CARET_ROTATE90 = 128 // Rotate 90 degrees clockwise
};
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\TextServ.h(290,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
35 |
1.261987 |
__magnumdb__enum_ShlObj_h_2 |
Enum |
|
|
|
|
|
|
enum {
DBCID_EMPTY = 0, // bandsite is empty
DBCID_ONDRAG = 1, // (down)DragMoveEnter/Leave vaIn:I4:eDrag
DBCID_CLSIDOFBAR = 2, // clsid of bar inside
DBCID_RESIZE = 3, // resize from keyboard accelerator
DBCID_GETBAR = 4, // returns vaOut:VT_UNKNOWN of hosting dockbar (IDeskBar)
DBCID_UPDATESIZE = 5, // resize from non-user source (search activation failure)
};
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\ShlObj.h(616,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
36 |
1.261987 |
DWM_SYSTEMBACKDROP_TYPE |
Enum |
|
|
|
|
|
|
enum DWM_SYSTEMBACKDROP_TYPE
{
DWMSBT_AUTO, // [Default] Let DWM automatically decide the system-drawn backdrop for this window.
DWMSBT_NONE, // Do not draw any system backdrop.
DWMSBT_MAINWINDOW, // Draw the backdrop material effect corresponding to a long-lived window.
DWMSBT_TRANSIENTWINDOW, // Draw the backdrop material effect corresponding to a transient window.
DWMSBT_TABBEDWINDOW, // Draw the backdrop material effect corresponding to a window with a tabbed title bar.
};
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\dwmapi.h(99,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
37 |
1.261987 |
__magnumdb__enum_msodm_h_2 |
Enum |
|
|
|
|
|
|
enum
{
msodmcchMaxDlgTitle = 128, // Dialog title (in title bar).
msodmcchMaxItemTitle = 52, // Item title, e.g. "Open" for the open button.
msodmcchMaxSearchName= 64, // Saved search name.
msodmcchMaxType = 512, // File type. Includes description and space
msodmcchMaxEdit = 256, // Maximum length of an edit control value.
msodmcchMaxCommand = 52, // Maximum length of a command.
msodmcchMaxCodePage = 64 // Maximum length of a code page.
};
|
%ProgramFiles%\Microsoft Visual Studio\2022\Professional\VSSDK\VisualStudioIntegration\Common\Inc\office10\msodm.h(145,0) |
|
38 |
0.9464904 |
__magnumdb__enum_scc_h_1 |
Enum |
|
|
|
|
|
|
enum
{
SCC_MSG_RTN_CANCEL=-1, // Returned from call-back to indicate cancel
SCC_MSG_RTN_OK=0, // Returned from call-back to continue
SCC_MSG_INFO=1, // Message is informational
SCC_MSG_WARNING, // Message is a warning
SCC_MSG_ERROR, // Message is an error
SCC_MSG_STATUS, // Message is meant for status bar
SCC_MSG_DOCANCEL, // No text, IDE returns 0 or SCC_MSG_RTN_CANCEL
SCC_MSG_STARTCANCEL, // Start a cancel loop
SCC_MSG_STOPCANCEL, // Stop the cancel loop
SCC_MSG_BACKGROUND_IS_CANCELLED, // IDE returns 0 if the operation is not cancelled or SCC_MSG_RTN_CANCEL if it is.
SCC_MSG_BACKGROUND_ON_BEFORE_GET_FILE, // Called before file file is retrived. Cast first argument to SccMsgDataOnBeforeGetFile structure pointer.
SCC_MSG_BACKGROUND_ON_AFTER_GET_FILE, // Called after file was processed. Cast first argument to SccMsgDataOnAfterGetFile structure pointer.
SCC_MSG_BACKGROUND_ON_MESSAGE // Called to provide information about background processing. Cast first argument to SccMsgDataOnMessage structure pointer.
};
|
%ProgramFiles%\Microsoft Visual Studio\2022\Professional\VSSDK\VisualStudioIntegration\Common\Inc\scc.h(527,0) |
|