/reactos/dll/directx/ |
H A D | CMakeLists.txt | 3 #add_subdirectory(bdaplgin) #disabled in trunk 4 #add_subdirectory(d3d8) #disabled in trunk, see wine subfolder 5 #add_subdirectory(d3d9) #disabled in trunk, see wine subfolder 6 #add_subdirectory(ddraw) #disabled in trunk, see wine subfolder 7 #add_subdirectory(dsound_new) #disabled in trunk 10 #add_subdirectory(msdvbnp) #disabled in trunk 11 #add_subdirectory(msvidctl) #disabled in trunk
|
/reactos/dll/win32/hnetcfg/ |
H A D | profile.c | 218 VARIANT_BOOL *disabled ) in fw_profile_get_NotificationsDisabled() argument 222 FIXME("%p, %p\n", This, disabled); in fw_profile_get_NotificationsDisabled() 228 VARIANT_BOOL disabled ) in fw_profile_put_NotificationsDisabled() argument 232 FIXME("%p, %d\n", This, disabled); in fw_profile_put_NotificationsDisabled() 238 VARIANT_BOOL *disabled ) in fw_profile_get_UnicastResponsesToMulticastBroadcastDisabled() argument 242 FIXME("%p, %p\n", This, disabled); in fw_profile_get_UnicastResponsesToMulticastBroadcastDisabled() 248 VARIANT_BOOL disabled ) in fw_profile_put_UnicastResponsesToMulticastBroadcastDisabled() argument 252 FIXME("%p, %d\n", This, disabled); in fw_profile_put_UnicastResponsesToMulticastBroadcastDisabled()
|
H A D | policy.c | 609 …tificationsDisabled(INetFwPolicy2 *iface, NET_FW_PROFILE_TYPE2 profileType, VARIANT_BOOL *disabled) in fwpolicy2_get_NotificationsDisabled() argument 613 FIXME("%p %d %p\n", This, profileType, disabled); in fwpolicy2_get_NotificationsDisabled() 617 …otificationsDisabled(INetFwPolicy2 *iface, NET_FW_PROFILE_TYPE2 profileType, VARIANT_BOOL disabled) in fwpolicy2_put_NotificationsDisabled() argument 621 FIXME("%p %d %d\n", This, profileType, disabled); in fwpolicy2_put_NotificationsDisabled() 625 …stBroadcastDisabled(INetFwPolicy2 *iface, NET_FW_PROFILE_TYPE2 profileType, VARIANT_BOOL *disabled) in fwpolicy2_get_UnicastResponsesToMulticastBroadcastDisabled() argument 629 FIXME("%p %d %p\n", This, profileType, disabled); in fwpolicy2_get_UnicastResponsesToMulticastBroadcastDisabled() 633 …astBroadcastDisabled(INetFwPolicy2 *iface, NET_FW_PROFILE_TYPE2 profileType, VARIANT_BOOL disabled) in fwpolicy2_put_UnicastResponsesToMulticastBroadcastDisabled() argument 637 FIXME("%p %d %d\n", This, profileType, disabled); in fwpolicy2_put_UnicastResponsesToMulticastBroadcastDisabled()
|
/reactos/boot/bootdata/bootcd/ |
H A D | unattend.inf | 6 ; no - unattend setup disabled 33 ; 0 - format disabled 39 ; 0 - disabled 48 ; yes - disabled
|
/reactos/boot/bootdata/bootcdregtest/ |
H A D | unattend.inf | 6 ; no - unattend setup disabled 33 ; 0 - format disabled 39 ; 0 - disabled
|
/reactos/media/doc/ |
H A D | INTERNALS | 14 rescheduling on the current processor is disabled. This is used by 24 lower priority irqs and thread rescheduling are disabled. Higher 28 HIGH_LEVEL: All irqs are disabled.
|
/reactos/sdk/include/psdk/ |
H A D | netfw.idl | 501 HRESULT NotificationsDisabled( [out, retval] VARIANT_BOOL* disabled ); 504 HRESULT NotificationsDisabled( [in] VARIANT_BOOL disabled ); 507 HRESULT UnicastResponsesToMulticastBroadcastDisabled( [out, retval] VARIANT_BOOL* disabled ); 510 HRESULT UnicastResponsesToMulticastBroadcastDisabled( [in] VARIANT_BOOL disabled ); 573 …tificationsDisabled( [in] NET_FW_PROFILE_TYPE2 profileType, [out, retval] VARIANT_BOOL* disabled ); 575 …HRESULT NotificationsDisabled( [in] NET_FW_PROFILE_TYPE2 profileType, [in] VARIANT_BOOL disabled ); 579 [out, retval] VARIANT_BOOL* disabled ); 582 [in] VARIANT_BOOL disabled );
|
/reactos/sdk/lib/ucrt/inc/ |
H A D | kxamd64.inc | 85 ; Instrumenation is disabled on non-IceCAP builds. 133 ; Instrumenation is disabled on non-IceCAP builds. 184 ; Instrumenation is disabled on non-IceCAP builds. 219 ; Instrumenation is disabled on non-IceCAP builds. 287 ; Instrumenation is disabled on non-IceCAP builds. 360 ; Instrumentation is disabled on non-IceCAP builds. 444 ; Instrumenation is disabled on non-IceCAP builds. 478 ; Instrumentation is disabled on non-IceCAP builds. 602 jz short spin1 ; if z, interrupts disabled
|
/reactos/boot/bootdata/livecd/ |
H A D | unattend.inf | 6 ; no - unattend setup disabled
|
/reactos/dll/cpl/ |
H A D | CMakeLists.txt | 12 #add_subdirectory(liccpa)#disabled in trunk
|
/reactos/subsystems/mvdm/config/ |
H A D | CONFIG.NT | 23 REM regardless if it's disabled or not. 52 REM But if the size of the given PIF file is zero, then the EMM will be disabled
|
/reactos/dll/win32/comctl32/ |
H A D | theme_scrollbar.c | 320 BOOL disabled = !IsWindowEnabled(hwnd); in paint_scrollbar() local 353 if (disabled) { in paint_scrollbar() 376 if (disabled) { in paint_scrollbar() 451 if (disabled) { in paint_scrollbar()
|
/reactos/drivers/storage/class/cdrom/ |
H A D | autorun.c | 1864 BOOLEAN disabled = FALSE; in _IRQL_requires_max_() local 1874 disabled = DeviceIsMediaChangeDisabledDueToHardwareLimitation(DeviceExtension); in _IRQL_requires_max_() 1876 if (disabled) in _IRQL_requires_max_() 1885 disabled = DeviceIsMediaChangeDisabledForClass(DeviceExtension); in _IRQL_requires_max_() 1889 (disabled ? "disabled" : "enabled"))); in _IRQL_requires_max_() 1904 disabled = !instanceOverride; in _IRQL_requires_max_() 1909 (disabled ? "disabled" : "enabled"))); in _IRQL_requires_max_() 1912 if (!disabled) in _IRQL_requires_max_()
|
/reactos/dll/cpl/usrmgr/lang/ |
H A D | en-US.rc | 52 AUTOCHECKBOX "Account is disabled", IDC_USER_GENERAL_DISABLED, 7, 121, 210, 10 134 AUTOCHECKBOX "Account is disabled", IDC_USER_NEW_DISABLED, 7, 151, 200, 10
|
H A D | he-IL.rc | 52 AUTOCHECKBOX "Account is disabled", IDC_USER_GENERAL_DISABLED, 7, 121, 210, 10 134 AUTOCHECKBOX "Account is disabled", IDC_USER_NEW_DISABLED, 7, 151, 200, 10
|
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/ |
H A D | PPPD_FOLLOWUP | 21 the ppp port, but it wasn't really helpful and was disabled when adding 65 feature is disabled in the port, so we don't care about the new 81 We are not parsing config file, all the filesystem I/O stuff were disabled 139 was disabled because we don't have .so plugins in embedded.
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | thread.c | 678 BOOL disabled,rc; in test_thread_priority() local 755 rc=pGetThreadPriorityBoost(curthread,&disabled); in test_thread_priority() 772 todo_wine obey_ar(pGetThreadPriorityBoost(access_thread,&disabled)==0); in test_thread_priority() 780 rc=pGetThreadPriorityBoost(curthread,&disabled); in test_thread_priority() 781 ok(rc!=0 && disabled==1, in test_thread_priority() 782 "rc=%d error=%d disabled=%d\n",rc,GetLastError(),disabled); in test_thread_priority() 787 rc=pGetThreadPriorityBoost(curthread,&disabled); in test_thread_priority() 788 ok(rc!=0 && disabled==0, in test_thread_priority() 789 "rc=%d error=%d disabled=%d\n",rc,GetLastError(),disabled); in test_thread_priority()
|
/reactos/media/fonts/doc/Arial/ |
H A D | ChangeLog.txt | 11 - Following GASP table version as per Liberation old version. (Anti-aliasing disabled)
|
/reactos/dll/win32/mshtml/ |
H A D | htmlselect.c | 341 cpp_bool disabled = FALSE; in HTMLSelectElement_get_disabled() local 346 nsres = nsIDOMHTMLSelectElement_GetDisabled(This->nsselect, &disabled); in HTMLSelectElement_get_disabled() 352 *p = disabled ? VARIANT_TRUE : VARIANT_FALSE; in HTMLSelectElement_get_disabled()
|
/reactos/base/applications/msconfig_new/lang/ |
H A D | bg-BG.rc | 98 …LTEXT "Please note that some secure %s services may not be disabled.", IDC_STATIC_SERVIC… 192 …LTEXT "Essential services cannot be disabled. Doing so might prevent %s from running on …
|
H A D | el-GR.rc | 98 …LTEXT "Please note that some secure %s services may not be disabled.", IDC_STATIC_SERVIC… 192 …LTEXT "Essential services cannot be disabled. Doing so might prevent %s from running on …
|
H A D | he-IL.rc | 100 …LTEXT "Please note that some secure %s services may not be disabled.", IDC_STATIC_SERVIC… 194 …LTEXT "Essential services cannot be disabled. Doing so might prevent %s from running on …
|
H A D | ko-KR.rc | 100 …LTEXT "Please note that some secure %s services may not be disabled.", IDC_STATIC_SERVIC… 194 …LTEXT "Essential services cannot be disabled. Doing so might prevent %s from running on …
|
H A D | uk-UA.rc | 106 …LTEXT "Please note that some secure %s services may not be disabled.", IDC_STATIC_SERVIC… 200 …LTEXT "Essential services cannot be disabled. Doing so might prevent %s from running on …
|
H A D | ca-ES.rc | 98 …LTEXT "Please note that some secure %s services may not be disabled.", IDC_STATIC_SERVIC… 192 …LTEXT "Essential services cannot be disabled. Doing so might prevent %s from running on …
|