1 |
4.982696 |
SeekPosition::begin |
|
0 |
0x00000000 |
0 |
|
|
System.String |
enum SeekPosition { begin = 0x0, current = 0x1, end = 0x2 };
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.29.30133\atlmfc\include\afx.h(1069,0) |
|
2 |
3.523298 |
__magnumdb__enum_msoci_h_9::msostcBeginTracking |
Int32 |
1 |
0x00000001 |
1 |
|
|
System.Int32 |
msostcBeginTracking = 1, // begin tracking normally
|
%ProgramFiles%\Microsoft Visual Studio\2022\Professional\VSSDK\VisualStudioIntegration\Common\Inc\office10\msoci.h(239,0) |
|
3 |
3.523298 |
SeekPosition::current |
|
1 |
0x00000001 |
1 |
|
|
System.String |
enum SeekPosition { begin = 0x0, current = 0x1, end = 0x2 };
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.29.30133\atlmfc\include\afx.h(1069,0) |
|
4 |
3.523298 |
SeekPosition |
Enum |
|
|
|
|
|
|
enum SeekPosition { begin = 0x0, current = 0x1, end = 0x2 };
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.29.30133\atlmfc\include\afx.h(1069,0) |
|
5 |
2.989618 |
JET_errRollbackRequired |
Int32 |
-1109 |
0xFFFFFBAB |
-1109 |
|
|
System.Int32 |
#define JET_errRollbackRequired -1109 /* Must rollback current transaction -- cannot commit or begin a new one */
#define JET_errRollbackRequired -1109 /* Must rollback current transaction -- cannot commit or begin a new one */
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\esent.h(3349,0) |
- If !defined(_JET_INCLUDED)
|
6 |
2.818639 |
SCRIPT_JUSTIFY::SCRIPT_JUSTIFY_ARABIC_NORMAL |
Int32 |
7 |
0x00000007 |
7 |
|
|
System.Int32 |
SCRIPT_JUSTIFY_ARABIC_NORMAL = 7, // Normal Middle-Of-Word glyph that connects to the right (begin)
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\usp10.h(504,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
7 |
2.818639 |
ICM_COMPRESS_BEGIN |
Int32 |
16391 |
0x00004007 |
16391 |
|
|
System.Int32 |
#define ICM_COMPRESS_BEGIN (ICM_USER+7) // begin a series of compress calls.
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\Vfw.h(247,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
- Ifndef NOCOMPMAN
|
8 |
2.818639 |
ED_MODE_STOP_START |
Int32 |
5126 |
0x00001406 |
5126 |
|
|
System.Int32 |
#define ED_MODE_STOP_START ED_BASE+1030L // Indicate stopping at the begin of a tape
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\xprtdefs.h(672,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
9 |
2.818639 |
__magnumdb__enum_msoci_h_9 |
Enum |
|
|
|
|
|
|
enum
{
msostcBeginTracking = 1, // begin tracking normally
msostcNonBlocking = 2, // don't report to the app that the component is
};
|
%ProgramFiles%\Microsoft Visual Studio\2022\Professional\VSSDK\VisualStudioIntegration\Common\Inc\office10\msoci.h(237,0) |
|
10 |
0.9965392 |
__magnumdb__enum_msodebug_h_1 |
Enum |
|
|
|
|
|
|
enum
{
msodmWriteBe = 1, /* write out the BE record for this object */
msodmWriteBe = 1, /* write out the BE record for this object */
/* Here begin drawing only debug messages */
/* Here begin drawing only debug messages */
msodmDgvRcvOfHsp = 2001,
/* Ask a DGV for the bounding rectangle (if any) of an HSP.
hsp field thereof and fills out the rcv field. */
msodmDgsWriteBePvAnchor,
/* Write out the BE record for a host allocated pvAnchor. */
/* Write out the BE record for a host allocated pvAnchor. */
msodmDgsWriteBePvClient,
/* Write out the BE record for any host allocated client data. */
/* Write out the BE record for any host allocated client data. */
msodmDgvsAfterMouseInsert,
/* Passed to IMsoDrawingViewSite after a shape is interactively
inserted with the mouse. lParam is really the inserted HSP. */
msodmDgvsAfterMarquee,
/* Passed to IMsoDrawingViewSite after one drags out a rectangle
with the pointer tool selecting zero or more shapes. */
msodmIsNotMso96,
/* Returns FALSE if the specified object is implemented by MSO96.DLL.
to DGV *. */
msodmGetHdesShape,
/* Ask a DGVs for its m_hdesShape (in *(MSOHDES *)lParam). Returns
FALSE if it filled out an HDES. */
msodmGetHdesSelection,
/* Ask a DGVs for its m_hdesSelection (in *(MSOHDES *)lParam).
Returns FALSE if it filled out an HDES. */
msodmDguiWriteBeForDgc,
/* Ask a DGUI to write BEs for a DGC it allocated. */
/* Ask a DGUI to write BEs for a DGC it allocated. */
msodmDgsWriteBeTxid,
/* Write out the BE record for the attached text of a shape. */
/* Write out the BE record for the attached text of a shape. */
msodmDgsWriteBePvAnchorUndo,
/* Write out the BE record for a host anchor in the undo stack. */
/* Write out the BE record for a host anchor in the undo stack. */
msodmDgvsDragDrop,
/* Let the host know that I just did a drag-drop from this window. */
/* Let the host know that I just did a drag-drop from this window. */
};
|
%ProgramFiles%\Microsoft Visual Studio\2022\Professional\VSSDK\VisualStudioIntegration\Common\Inc\office10\msodebug.h(45,0) |
|
11 |
0.8808246 |
SCRIPT_JUSTIFY |
Enum |
|
|
|
|
|
|
typedef enum tag_SCRIPT_JUSTIFY {
SCRIPT_JUSTIFY_NONE = 0, // Justification can't be applied at this glyph
SCRIPT_JUSTIFY_ARABIC_BLANK = 1, // This glyph represents a blank in an Arabic run
SCRIPT_JUSTIFY_CHARACTER = 2, // Inter-character justification point follows this glyph
SCRIPT_JUSTIFY_RESERVED1 = 3, // Reserved #1
SCRIPT_JUSTIFY_BLANK = 4, // This glyph represents a blank outside an Arabic run
SCRIPT_JUSTIFY_RESERVED2 = 5, // Reserved #2
SCRIPT_JUSTIFY_RESERVED3 = 6, // Reserved #3
SCRIPT_JUSTIFY_ARABIC_NORMAL = 7, // Normal Middle-Of-Word glyph that connects to the right (begin)
SCRIPT_JUSTIFY_ARABIC_KASHIDA = 8, // Kashida(U+640) in middle of word
SCRIPT_JUSTIFY_ARABIC_ALEF = 9, // Final form of Alef-like (U+627, U+625, U+623, U+632)
SCRIPT_JUSTIFY_ARABIC_HA = 10, // Final form of Ha (U+647)
SCRIPT_JUSTIFY_ARABIC_RA = 11, // Final form of Ra (U+631)
SCRIPT_JUSTIFY_ARABIC_BA = 12, // Middle-Of-Word form of Ba (U+628)
SCRIPT_JUSTIFY_ARABIC_BARA = 13, // Ligature of alike (U+628,U+631)
SCRIPT_JUSTIFY_ARABIC_SEEN = 14, // Highest priority: Initial shape of Seen(U+633) (end)
SCRIPT_JUSTIFY_ARABIC_SEEN_M = 15, // Reserved #4
} SCRIPT_JUSTIFY;
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\usp10.h(496,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|