Searched refs:__MSABI_LONG (Results 1 - 25 of 48) sorted by relevance

12

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dverrsrc.h33 #ifndef __MSABI_LONG
35 # define __MSABI_LONG(x) x ## l macro
37 # define __MSABI_LONG(x) x macro
46 #define VS_FFI_SIGNATURE __MSABI_LONG(0xfeef04bd) /* FileInfo Magic */
47 #define VS_FFI_STRUCVERSION __MSABI_LONG(0x00010000) /* struc version 1.0 */
48 #define VS_FFI_FILEFLAGSMASK __MSABI_LONG(0x0000003f) /* valid flags */
51 #define VS_FF_DEBUG __MSABI_LONG(0x01)
52 #define VS_FF_PRERELEASE __MSABI_LONG(0x02)
53 #define VS_FF_PATCHED __MSABI_LONG(0x04)
54 #define VS_FF_PRIVATEBUILD __MSABI_LONG(
[all...]
H A Ddigitalv.h39 #define MCI_TEST __MSABI_LONG(0x00000020)
67 #define MCI_ON_S __MSABI_LONG(0x00008000)
68 #define MCI_OFF_S __MSABI_LONG(0x00008001)
69 #define MCI_DGV_FILE_S __MSABI_LONG(0x00008002)
70 #define MCI_DGV_INPUT_S __MSABI_LONG(0x00008003)
72 #define MCI_DGV_FILE_MODE_SAVING_S __MSABI_LONG(0x00008004)
73 #define MCI_DGV_FILE_MODE_LOADING_S __MSABI_LONG(0x00008005)
74 #define MCI_DGV_FILE_MODE_EDITING_S __MSABI_LONG(0x00008006)
75 #define MCI_DGV_FILE_MODE_IDLE_S __MSABI_LONG(0x00008007)
77 #define MCI_DGV_SETVIDEO_SRC_NTSC_S __MSABI_LONG(
[all...]
H A Dmciavi.h28 #define MCI_MCIAVI_PLAY_WINDOW __MSABI_LONG(0x01000000)
29 #define MCI_MCIAVI_PLAY_FULLSCREEN __MSABI_LONG(0x02000000)
30 #define MCI_MCIAVI_PLAY_FULLBY2 __MSABI_LONG(0x04000000)
32 #define MCI_AVI_STATUS_FRAMES_SKIPPED __MSABI_LONG(0x8001)
34 #define MCI_AVI_STATUS_LAST_PLAY_SPEED __MSABI_LONG(0x8002)
36 #define MCI_AVI_STATUS_AUDIO_BREAKS __MSABI_LONG(0x8003)
38 #define MCI_AVI_SETVIDEO_DRAW_PROCEDURE __MSABI_LONG(0x8000)
40 #define MCI_AVI_SETVIDEO_PALETTE_COLOR __MSABI_LONG(0x8100)
42 #define MCI_AVI_SETVIDEO_PALETTE_HALFTONE __MSABI_LONG(0x0000FFFF)
H A Dsqlext.h65 #define SQL_CP_OFF __MSABI_LONG(0U)
66 #define SQL_CP_ONE_PER_DRIVER __MSABI_LONG(1U)
67 #define SQL_CP_ONE_PER_HENV __MSABI_LONG(2U)
70 #define SQL_CP_STRICT_MATCH __MSABI_LONG(0U)
71 #define SQL_CP_RELAXED_MATCH __MSABI_LONG(1U)
74 #define SQL_OV_ODBC2 __MSABI_LONG(2U)
75 #define SQL_OV_ODBC3 __MSABI_LONG(3U)
125 #define SQL_MODE_READ_WRITE __MSABI_LONG(0U)
126 #define SQL_MODE_READ_ONLY __MSABI_LONG(1U)
129 #define SQL_AUTOCOMMIT_OFF __MSABI_LONG(
[all...]
H A Dd3d9caps.h41 #define D3DDEVCAPS2_STREAMOFFSET __MSABI_LONG(0x00000001)
42 #define D3DDEVCAPS2_DMAPNPATCH __MSABI_LONG(0x00000002)
43 #define D3DDEVCAPS2_ADAPTIVETESSRTPATCH __MSABI_LONG(0x00000004)
44 #define D3DDEVCAPS2_ADAPTIVETESSNPATCH __MSABI_LONG(0x00000008)
45 #define D3DDEVCAPS2_CAN_STRETCHRECT_FROM_TEXTURES __MSABI_LONG(0x00000010)
46 #define D3DDEVCAPS2_PRESAMPLEDDMAPNPATCH __MSABI_LONG(0x00000020)
47 #define D3DDEVCAPS2_VERTEXELEMENTSCANSHARESTREAMOFFSET __MSABI_LONG(0x00000040)
105 #define D3DPMISCCAPS_MASKZ __MSABI_LONG(0x00000002)
106 #define D3DPMISCCAPS_LINEPATTERNREP __MSABI_LONG(0x00000004)
107 #define D3DPMISCCAPS_CULLNONE __MSABI_LONG(
[all...]
H A Dwinuser.rh20 #ifndef __MSABI_LONG
22 # define __MSABI_LONG(x) x ## l
24 # define __MSABI_LONG(x) x
735 #define WS_OVERLAPPED __MSABI_LONG(0x00000000)
736 #define WS_POPUP __MSABI_LONG(0x80000000)
737 #define WS_CHILD __MSABI_LONG(0x40000000)
738 #define WS_MINIMIZE __MSABI_LONG(0x20000000)
739 #define WS_VISIBLE __MSABI_LONG(0x10000000)
740 #define WS_DISABLED __MSABI_LONG(0x08000000)
741 #define WS_CLIPSIBLINGS __MSABI_LONG(
[all...]
H A Dmmddk.h79 #define DRVM_IOCTL_CMD_USER __MSABI_LONG(0x00000000)
80 #define DRVM_IOCTL_CMD_SYSTEM __MSABI_LONG(0x80000000)
215 #define JOY_ISCAL_XY __MSABI_LONG(0x00000001) /* XY are calibrated */
216 #define JOY_ISCAL_Z __MSABI_LONG(0x00000002) /* Z is calibrated */
217 #define JOY_ISCAL_R __MSABI_LONG(0x00000004) /* R is calibrated */
218 #define JOY_ISCAL_U __MSABI_LONG(0x00000008) /* U is calibrated */
219 #define JOY_ISCAL_V __MSABI_LONG(0x00000010) /* V is calibrated */
220 #define JOY_ISCAL_POV __MSABI_LONG(0x00000020) /* POV is calibrated */
230 #define JOY_HWS_HASZ __MSABI_LONG(0x00000001) /* has Z info? */
231 #define JOY_HWS_HASPOV __MSABI_LONG(
[all...]
H A Dmmsystem.h189 #define CALLBACK_TYPEMASK __MSABI_LONG(0x00070000) /* callback type mask */
190 #define CALLBACK_NULL __MSABI_LONG(0x00000000) /* no callback */
191 #define CALLBACK_WINDOW __MSABI_LONG(0x00010000) /* dwCallback is a HWND */
192 #define CALLBACK_TASK __MSABI_LONG(0x00020000) /* dwCallback is a HTASK */
194 #define CALLBACK_FUNCTION __MSABI_LONG(0x00030000) /* dwCallback is a FARPROC */
195 #define CALLBACK_EVENT __MSABI_LONG(0x00050000) /* dwCallback is an EVENT Handler */
291 #define SND_NOWAIT __MSABI_LONG(0x00002000) /* don't wait if the driver is busy */
292 #define SND_ALIAS __MSABI_LONG(0x00010000) /* name is a registry alias */
293 #define SND_ALIAS_ID __MSABI_LONG(0x00110000) /* alias is a predefined ID */
294 #define SND_FILENAME __MSABI_LONG(
[all...]
H A Dmsacm.h54 #define ACM_DRIVERADDF_NAME __MSABI_LONG(0x00000001)
55 #define ACM_DRIVERADDF_FUNCTION __MSABI_LONG(0x00000003)
56 #define ACM_DRIVERADDF_NOTIFYHWND __MSABI_LONG(0x00000004)
57 #define ACM_DRIVERADDF_TYPEMASK __MSABI_LONG(0x00000007)
58 #define ACM_DRIVERADDF_LOCAL __MSABI_LONG(0x00000000)
59 #define ACM_DRIVERADDF_GLOBAL __MSABI_LONG(0x00000008)
70 #define ACMDRIVERDETAILS_SUPPORTF_CODEC __MSABI_LONG(0x00000001)
71 #define ACMDRIVERDETAILS_SUPPORTF_CONVERTER __MSABI_LONG(0x00000002)
72 #define ACMDRIVERDETAILS_SUPPORTF_FILTER __MSABI_LONG(0x00000004)
73 #define ACMDRIVERDETAILS_SUPPORTF_HARDWARE __MSABI_LONG(
[all...]
H A Dntsecapi.h40 #define POLICY_VIEW_LOCAL_INFORMATION __MSABI_LONG(0x00000001)
41 #define POLICY_VIEW_AUDIT_INFORMATION __MSABI_LONG(0x00000002)
42 #define POLICY_GET_PRIVATE_INFORMATION __MSABI_LONG(0x00000004)
43 #define POLICY_TRUST_ADMIN __MSABI_LONG(0x00000008)
44 #define POLICY_CREATE_ACCOUNT __MSABI_LONG(0x00000010)
45 #define POLICY_CREATE_SECRET __MSABI_LONG(0x00000020)
46 #define POLICY_CREATE_PRIVILEGE __MSABI_LONG(0x00000040)
47 #define POLICY_SET_DEFAULT_QUOTA_LIMITS __MSABI_LONG(0x00000080)
48 #define POLICY_SET_AUDIT_REQUIREMENTS __MSABI_LONG(0x00000100)
49 #define POLICY_AUDIT_LOG_ADMIN __MSABI_LONG(
[all...]
H A Dt2embapi.h49 #define E_NONE __MSABI_LONG(0x0000)
50 #define E_API_NOTIMPL __MSABI_LONG(0x0001)
H A Dsql.h57 #define SQL_NTSL (__MSABI_LONG(-3))
252 #define SQL_NULL_HANDLE __MSABI_LONG(0)
435 #define SQL_AT_ADD_COLUMN __MSABI_LONG(0x00000001)
436 #define SQL_AT_DROP_COLUMN __MSABI_LONG(0x00000002)
440 #define SQL_AT_ADD_CONSTRAINT __MSABI_LONG(0x00000008)
455 #define SQL_FD_FETCH_NEXT __MSABI_LONG(0x00000001)
456 #define SQL_FD_FETCH_FIRST __MSABI_LONG(0x00000002)
457 #define SQL_FD_FETCH_LAST __MSABI_LONG(0x00000004)
458 #define SQL_FD_FETCH_PRIOR __MSABI_LONG(0x00000008)
459 #define SQL_FD_FETCH_ABSOLUTE __MSABI_LONG(
[all...]
H A Doledlg.h207 #define IOF_SHOWHELP __MSABI_LONG(0x00000001)
208 #define IOF_SELECTCREATENEW __MSABI_LONG(0x00000002)
209 #define IOF_SELECTCREATEFROMFILE __MSABI_LONG(0x00000004)
210 #define IOF_CHECKLINK __MSABI_LONG(0x00000008)
211 #define IOF_CHECKDISPLAYASICON __MSABI_LONG(0x00000010)
212 #define IOF_CREATENEWOBJECT __MSABI_LONG(0x00000020)
213 #define IOF_CREATEFILEOBJECT __MSABI_LONG(0x00000040)
214 #define IOF_CREATELINKOBJECT __MSABI_LONG(0x00000080)
215 #define IOF_DISABLELINK __MSABI_LONG(0x00000100)
216 #define IOF_VERIFYSERVERSEXIST __MSABI_LONG(
[all...]
H A Dd3d9types.h36 #define D3DCLEAR_TARGET __MSABI_LONG(0x00000001)
37 #define D3DCLEAR_ZBUFFER __MSABI_LONG(0x00000002)
38 #define D3DCLEAR_STENCIL __MSABI_LONG(0x00000004)
54 #define D3DCS_LEFT __MSABI_LONG(0x001)
55 #define D3DCS_RIGHT __MSABI_LONG(0x002)
56 #define D3DCS_TOP __MSABI_LONG(0x004)
57 #define D3DCS_BOTTOM __MSABI_LONG(0x008)
58 #define D3DCS_FRONT __MSABI_LONG(0x010)
59 #define D3DCS_BACK __MSABI_LONG(0x020)
60 #define D3DCS_PLANE0 __MSABI_LONG(
[all...]
H A Dcommctrl.rh20 #ifndef __MSABI_LONG
22 # define __MSABI_LONG(x) x ## l
24 # define __MSABI_LONG(x) x
100 #define CCS_TOP __MSABI_LONG(0x00000001)
101 #define CCS_NOMOVEY __MSABI_LONG(0x00000002)
102 #define CCS_BOTTOM __MSABI_LONG(0x00000003)
103 #define CCS_NORESIZE __MSABI_LONG(0x00000004)
104 #define CCS_NOPARENTALIGN __MSABI_LONG(0x00000008)
105 #define CCS_ADJUSTABLE __MSABI_LONG(0x00000020)
106 #define CCS_NODIVIDER __MSABI_LONG(
[all...]
H A Dd3dtypes.h968 #define D3DRENDERSTATE_WRAPBIAS __MSABI_LONG(128U)
969 #define D3DWRAP_U __MSABI_LONG(0x00000001)
970 #define D3DWRAP_V __MSABI_LONG(0x00000002)
972 #define D3DWRAPCOORD_0 __MSABI_LONG(0x00000001)
973 #define D3DWRAPCOORD_1 __MSABI_LONG(0x00000002)
974 #define D3DWRAPCOORD_2 __MSABI_LONG(0x00000004)
975 #define D3DWRAPCOORD_3 __MSABI_LONG(0x00000008)
1010 #define D3DPROCESSVERTICES_TRANSFORMLIGHT __MSABI_LONG(0x00000000)
1011 #define D3DPROCESSVERTICES_TRANSFORM __MSABI_LONG(0x00000001)
1012 #define D3DPROCESSVERTICES_COPY __MSABI_LONG(
[all...]
H A Dd3drmdef.h350 #define D3DRMLOAD_FROMFILE __MSABI_LONG(0x000)
351 #define D3DRMLOAD_FROMRESOURCE __MSABI_LONG(0x001)
352 #define D3DRMLOAD_FROMMEMORY __MSABI_LONG(0x002)
353 #define D3DRMLOAD_FROMSTREAM __MSABI_LONG(0x004)
354 #define D3DRMLOAD_FROMURL __MSABI_LONG(0x008)
356 #define D3DRMLOAD_BYNAME __MSABI_LONG(0x010)
357 #define D3DRMLOAD_BYPOSITION __MSABI_LONG(0x020)
358 #define D3DRMLOAD_BYGUID __MSABI_LONG(0x040)
359 #define D3DRMLOAD_FIRST __MSABI_LONG(0x080)
361 #define D3DRMLOAD_INSTANCEBYREFERENCE __MSABI_LONG(
[all...]
H A Dole2.h47 #define OLEIVERB_PRIMARY (__MSABI_LONG(0))
48 #define OLEIVERB_SHOW (__MSABI_LONG(-1))
49 #define OLEIVERB_OPEN (__MSABI_LONG(-2))
50 #define OLEIVERB_HIDE (__MSABI_LONG(-3))
51 #define OLEIVERB_UIACTIVATE (__MSABI_LONG(-4))
52 #define OLEIVERB_INPLACEACTIVATE (__MSABI_LONG(-5))
53 #define OLEIVERB_DISCARDUNDOSTATE (__MSABI_LONG(-6))
54 #define OLEIVERB_PROPERTIES (__MSABI_LONG(-7))
H A Dcommdlg.h330 #define CF_SHOWHELP __MSABI_LONG(0x00000004)
331 #define CF_ENABLEHOOK __MSABI_LONG(0x00000008)
332 #define CF_ENABLETEMPLATE __MSABI_LONG(0x00000010)
333 #define CF_ENABLETEMPLATEHANDLE __MSABI_LONG(0x00000020)
334 #define CF_INITTOLOGFONTSTRUCT __MSABI_LONG(0x00000040)
335 #define CF_USESTYLE __MSABI_LONG(0x00000080)
336 #define CF_EFFECTS __MSABI_LONG(0x00000100)
337 #define CF_APPLY __MSABI_LONG(0x00000200)
338 #define CF_ANSIONLY __MSABI_LONG(0x00000400)
340 #define CF_NOVECTORFONTS __MSABI_LONG(
[all...]
H A Dddeml.h137 #define APPCMD_CLIENTONLY __MSABI_LONG(0x00000010)
138 #define APPCMD_FILTERINITS __MSABI_LONG(0x00000020)
139 #define APPCMD_MASK __MSABI_LONG(0x00000FF0)
145 #define APPCLASS_STANDARD __MSABI_LONG(0x00000000)
146 #define APPCLASS_MONITOR __MSABI_LONG(0x00000001)
147 #define APPCLASS_MASK __MSABI_LONG(0x0000000F)
H A Dwingdi.h166 #define LCS_CALIBRATED_RGB __MSABI_LONG(0x00000000)
167 #define LCS_DEVICE_RGB __MSABI_LONG(0x00000001)
168 #define LCS_DEVICE_CMYK __MSABI_LONG(0x00000002)
170 #define LCS_GM_BUSINESS __MSABI_LONG(0x00000001)
171 #define LCS_GM_GRAPHICS __MSABI_LONG(0x00000002)
172 #define LCS_GM_IMAGES __MSABI_LONG(0x00000004)
258 #define DCTT_BITMAP __MSABI_LONG(0x00000001)
259 #define DCTT_DOWNLOAD __MSABI_LONG(0x00000002)
260 #define DCTT_SUBDEV __MSABI_LONG(0x00000004)
261 #define DCTT_DOWNLOAD_OUTLINE __MSABI_LONG(
[all...]
H A Ddxerr8.h52 #define DXTRACE_MSG(str) __MSABI_LONG(0)
H A Ddxerr9.h52 #define DXTRACE_MSG(str) __MSABI_LONG(0)
H A Dtapi.h47 #define TAPIERR_REQUESTFAILED __MSABI_LONG(-16)
206 #define LINE_ADDRESSSTATE __MSABI_LONG(0)
207 #define LINE_CALLINFO __MSABI_LONG(1)
208 #define LINE_CALLSTATE __MSABI_LONG(2)
209 #define LINE_CLOSE __MSABI_LONG(3)
210 #define LINE_DEVSPECIFIC __MSABI_LONG(4)
211 #define LINE_DEVSPECIFICFEATURE __MSABI_LONG(5)
212 #define LINE_GATHERDIGITS __MSABI_LONG(6)
213 #define LINE_GENERATE __MSABI_LONG(7)
214 #define LINE_LINEDEVSTATE __MSABI_LONG(
[all...]
H A Dwinnt.h580 #ifndef __MSABI_LONG
582 # define __MSABI_LONG(x) x ## l macro
584 # define __MSABI_LONG(x) x macro
3902 #define SECURITY_NULL_RID __MSABI_LONG(0x00000000)
3903 #define SECURITY_WORLD_RID __MSABI_LONG(0x00000000)
3904 #define SECURITY_LOCAL_RID __MSABI_LONG(0X00000000)
3916 #define SECURITY_CREATOR_OWNER_RID __MSABI_LONG(0x00000000)
3917 #define SECURITY_CREATOR_GROUP_RID __MSABI_LONG(0x00000001)
3918 #define SECURITY_CREATOR_OWNER_SERVER_RID __MSABI_LONG(0x00000002)
3919 #define SECURITY_CREATOR_GROUP_SERVER_RID __MSABI_LONG(
[all...]

Completed in 403 milliseconds

12