Searched refs:dwValue (Results 1 - 25 of 32) sorted by relevance

12

/vbox/src/VBox/Additions/WINNT/VBoxGINA/
H A DHelper.cpp74 DWORD dwValue; local
78 dwRet = RegQueryValueEx(hKey, L"HandleRemoteSessions", NULL, &dwType, (LPBYTE)&dwValue, &dwSize);
83 g_dwHandleRemoteSessions = dwValue;
86 dwRet = RegQueryValueEx(hKey, L"LoggingEnabled", NULL, &dwType, (LPBYTE)&dwValue, &dwSize);
96 dwRet = RegQueryValueEx(hKey, L"LoggingLevel", NULL, &dwType, (LPBYTE)&dwValue, &dwSize);
101 g_dwVerbosity = dwValue;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Difmib.h35 DWORD dwValue; member in struct:_MIB_IFNUMBER
H A Ddigitalv.h320 /* values for the dwValue parameter of MCI_DGV_SETAUDIO_PARMS
751 DWORD dwValue; member in struct:__anon13513
760 DWORD dwValue; member in struct:__anon13514
783 DWORD dwValue; member in struct:__anon13516
793 DWORD dwValue; member in struct:__anon13517
H A Dipmib.h59 DWORD dwValue; member in struct:_MIB_IPFORWARDNUMBER
H A Dd3dhal.h428 DWORD dwValue; member in struct:_D3DHAL_DP2TEXTURESTAGESTATE
H A Dwtypes.h382 DWORD dwValue; member in union:_userCLIPFORMAT::__anon14610
H A Ddimm.idl456 [in] DWORD dwValue);
H A Dwininet.h325 DWORD dwValue; member in union:_INTERNET_PER_CONN_OPTIONA::__anon14445
334 DWORD dwValue; member in union:_INTERNET_PER_CONN_OPTIONW::__anon14446
H A Dwtypes.idl430 case WDT_INPROC_CALL: DWORD dwValue;
H A Dd3dtypes.h1172 DWORD dwValue; member in struct:_D3DBRANCH
H A Dobjidl.h8937 ULONG_PTR dwValue) = 0;
8966 ULONG_PTR dwValue);
8986 #define IRpcOptions_Set(This,pPrx,dwProperty,dwValue) (This)->lpVtbl->Set(This,pPrx,dwProperty,dwValue)
8996 ULONG_PTR dwValue);
/vbox/src/VBox/Additions/WINNT/VBoxCredProv/
H A DVBoxCredProvProvider.cpp135 DWORD dwValue; local
139 dwRet = RegQueryValueEx(hKey, L"HandleRemoteSessions", NULL, &dwType, (LPBYTE)&dwValue, &dwSize);
144 m_fHandleRemoteSessions = RT_BOOL(dwValue);
147 dwRet = RegQueryValueEx(hKey, L"LoggingEnabled", NULL, &dwType, (LPBYTE)&dwValue, &dwSize);
157 dwRet = RegQueryValueEx(hKey, L"LoggingLevel", NULL, &dwType, (LPBYTE)&dwValue, &dwSize);
162 g_dwVerbosity = dwValue;
H A DVBoxCredentialProvider.cpp508 DWORD dwValue; local
512 dwRet = RegQueryValueEx(hKey, L"HandleSENS", NULL, &dwType, (LPBYTE)&dwValue, &dwSize);
517 g_fSENSEnabled = RT_BOOL(dwValue);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddigitalv.h320 /* values for the dwValue parameter of MCI_DGV_SETAUDIO_PARMS
751 DWORD dwValue; member in struct:__anon908
760 DWORD dwValue; member in struct:__anon909
783 DWORD dwValue; member in struct:__anon911
793 DWORD dwValue; member in struct:__anon912
H A Diprtrmib.h214 DWORD dwValue; member in struct:_MIB_IPFORWARDNUMBER
H A Dd3dhal.h433 DWORD dwValue; member in struct:_D3DHAL_DP2TEXTURESTAGESTATE
H A Dwtypes.h382 DWORD dwValue; member in union:_userCLIPFORMAT::__anon1915
H A Ddimm.idl456 [in] DWORD dwValue);
H A Dwininet.h322 DWORD dwValue; member in union:_INTERNET_PER_CONN_OPTIONA::__anon1763
331 DWORD dwValue; member in union:_INTERNET_PER_CONN_OPTIONW::__anon1764
H A Dwtypes.idl430 case WDT_INPROC_CALL: DWORD dwValue;
H A Dd3dtypes.h1175 DWORD dwValue; member in struct:_D3DBRANCH
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxLA.cpp1215 DWORD dwValue = 0; local
1216 if ( laGetRegistryDWORD(L"SOFTWARE\\Oracle\\VirtualBox Guest Additions", L"VBoxTrayLog", &dwValue)
1217 && (dwValue & 0x10) != 0)
1229 dwValue = 0x02;
1230 if ( laGetRegistryDWORD(L"SOFTWARE\\Oracle\\VirtualBox Guest Additions", L"VBoxTrayLA", &dwValue)
1231 && (dwValue & 0x02) == 0)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dmmsystem16.h775 DWORD dwValue; member in struct:__anon14035
784 DWORD dwValue; member in struct:__anon14036
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dmmsystem16.h775 DWORD dwValue; member in struct:__anon1380
784 DWORD dwValue; member in struct:__anon1381
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPMisc.cpp1754 DWORD dwValue = 0;
1755 Status = vboxWddmRegQueryValueDword(hKey, VBOXWDDM_CFG_STR_LOG_UM, &dwValue);
1757 g_VBoxLogUm = dwValue;

Completed in 284 milliseconds

12