Searched defs:cValue (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/HostDrivers/win/cfg/
H A DVBoxDrvCfg.cpp215 DWORD cValue; local
217 if (!SetupGetStringFieldW(pCtx, iValue, NULL, 0, &cValue))
228 LPWSTR lpszValue = (LPWSTR)malloc(cValue * sizeof (lpszValue[0]));
232 NonStandardLogRelCrap((__FUNCTION__ ": SetCoTaskMemAlloc failed to alloc mem of size (%d), for iValue(%d)\n", cValue * sizeof (lpszValue[0]), dwErr, iValue));
236 if (!SetupGetStringFieldW(pCtx, iValue, lpszValue, cValue, &cValue))
247 *pcValue = cValue;
/vbox/src/VBox/Additions/solaris/Mouse/
H A Dvboxms.c427 int cValue);
547 int cValue)
559 pEvent->value = cValue;
546 vbmsSolVUIDPutAbsEvent(PVBMSSTATE pState, ushort_t cEvent, int cValue) argument
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwincrypt.h445 DWORD cValue; member in struct:_CRYPT_CONTENT_INFO_SEQUENCE_OF_ANY
455 DWORD cValue; member in struct:_CRYPT_SEQUENCE_OF_ANY
586 DWORD cValue; member in struct:_CRYPT_ATTRIBUTE
1245 LPCSTR pszFuncName, LPCSTR pszOID, DWORD cValue, const DWORD rgdwValueType[],
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwincrypt.h445 DWORD cValue; member in struct:_CRYPT_CONTENT_INFO_SEQUENCE_OF_ANY
455 DWORD cValue; member in struct:_CRYPT_SEQUENCE_OF_ANY
586 DWORD cValue; member in struct:_CRYPT_ATTRIBUTE
1233 LPCSTR pszFuncName, LPCSTR pszOID, DWORD cValue, const DWORD rgdwValueType[],

Completed in 158 milliseconds