Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/kernel32/
H A DFindActCtxSectionStringW.c43 ULONG module_len; member
154 … data_lenght = classData->size + classData->name_len + classData->module_len + 2*sizeof(WCHAR); in TestClassRedirection()
158 …ok(classData->module_len == wcslen(ExpectedModule) * 2, "Got name len %lu, expected %d\n", classDa… in TestClassRedirection()
/reactos/sdk/lib/rtl/
H A Dactctx.c210 ULONG module_len; member
308 ULONG module_len; member
3839 ULONG versioned_len, module_len; in build_wndclass_section() local
3869 data->module_len = module_len; in build_wndclass_section()
3880 ptrW[data->module_len/sizeof(WCHAR)] = 0; in build_wndclass_section()
4038 ULONG module_len, help_len; in build_tlib_section() local
4066 data->name_len = module_len; in build_tlib_section()
4274 data->name_len = module_len; in add_comserver_record()
4320 memcpy(ptrW, mscoree2W, clrdata->module_len); in add_comserver_record()
4321 ptrW[clrdata->module_len/sizeof(WCHAR)] = 0; in add_comserver_record()
[all …]
/reactos/dll/win32/sxs/
H A Dsxs.c92 ULONG module_len; member
/reactos/modules/rostests/winetests/kernel32/
H A Dactctx.c1095 ULONG module_len; member
1228 …ok_(__FILE__, line)(wnddata->module_len > 0, "got module name length as %d\n", wnddata->module_len in test_find_window_class()
1239 len = wnddata->size + wnddata->name_len + wnddata->module_len + 2*sizeof(WCHAR); in test_find_window_class()
1405 ULONG module_len; member
1506 …__FILE__, line)(clrclass->module_len == lstrlenW(mscoreeW)*sizeof(WCHAR), "clrclass: got module le… in test_find_com_redirection()
/reactos/win32ss/user/user32/windows/
H A Dclass.c36 ULONG module_len; member
146 if(WindowRedirectionData && WindowRedirectionData->module_len) in ClassNameToVersion()
/reactos/modules/rostests/winetests/comctl32/
H A Dbutton.c62 ULONG module_len; member