Home
last modified time | relevance | path

Searched refs:cbdata (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/windowscodecs/
H A Dinfo.c72 DWORD cbdata=buffer_size * sizeof(WCHAR); in ComponentInfo_GetStringValue() local
78 buffer, &cbdata); in ComponentInfo_GetStringValue()
87 *actual_size = cbdata/sizeof(WCHAR); in ComponentInfo_GetStringValue()
104 DWORD cbdata = sizeof(guid_string); in ComponentInfo_GetGUIDValue() local
111 guid_string, &cbdata); in ComponentInfo_GetGUIDValue()
116 if (cbdata < sizeof(guid_string)) in ComponentInfo_GetGUIDValue()
131 DWORD cbdata = sizeof(DWORD); in ComponentInfo_GetDWORDValue() local
137 result, &cbdata); in ComponentInfo_GetDWORDValue()