/reactos/modules/rostests/winetests/oleaut32/ |
H A D | typelib.c | 1951 SysFreeString(helpfile); in test_CreateTypeLib() 2004 SysFreeString(helpfile); in test_CreateTypeLib() 2504 SysFreeString(helpfile); in test_CreateTypeLib() 3010 SysFreeString(helpfile); in test_CreateTypeLib() 3021 SysFreeString(helpfile); in test_CreateTypeLib() 3089 SysFreeString(helpfile); in test_CreateTypeLib() 3128 SysFreeString(helpfile); in test_CreateTypeLib() 3152 SysFreeString(helpfile); in test_CreateTypeLib() 3201 SysFreeString(helpfile); in test_CreateTypeLib() 3257 SysFreeString(helpfile); in test_CreateTypeLib() [all …]
|
/reactos/modules/rostests/winetests/vbscript/ |
H A D | api.vbs | 1543 call ok(getVT(err.helpfile) = "VT_BSTR", "err.helpfile = " & err.helpfile) 1547 call ok(err.helpfile = "", "err.helpfile = " & err.helpfile) 1554 call ok(err.helpfile = "", "err.helpfile = " & err.helpfile) 1561 call ok(err.helpfile = "hf", "err.helpfile = " & err.helpfile) 1569 call ok(err.helpfile = "hf", "err.helpfile = " & err.helpfile) 1578 call ok(err.helpfile = "", "err.helpfile = " & err.helpfile) 1587 call ok(err.helpfile = "", "err.helpfile = " & err.helpfile) 1596 call ok(err.helpfile = "", "err.helpfile = " & err.helpfile) 1608 call ok(err.helpfile = "", "err.helpfile = " & err.helpfile)
|
/reactos/dll/win32/shell32/wine/ |
H A D | cpanel.h | 38 WCHAR helpfile[128]; member
|
H A D | control.c | 130 applet->info[i].helpfile[0] = 0; in Control_LoadApplet() 179 memcpy(applet->info[i].helpfile, newinfo.szHelpFile, sizeof(newinfo.szHelpFile)); in Control_LoadApplet() 191 applet->info[i].helpfile, in Control_LoadApplet() 192 sizeof(applet->info[i].helpfile) / sizeof(WCHAR)); in Control_LoadApplet()
|
/reactos/sdk/tools/widl/ |
H A D | write_sltg.c | 60 char *helpfile; member 336 sltg->library.helpfile = NULL; in init_library() 354 sltg->library.helpfile = attr->u.pval; in init_library() 425 if (typelib->library.helpfile) *size += strlen(typelib->library.helpfile); in create_library_block() 441 if (typelib->library.helpfile) in create_library_block() 443 *p++ = strlen(typelib->library.helpfile); in create_library_block() 444 strcpy((char *)p, typelib->library.helpfile); in create_library_block() 445 p = (short *)((char *)p + strlen(typelib->library.helpfile)); in create_library_block()
|
H A D | typelib_struct.h | 75 INT helpfile; /* position of helpfile in stringtable */ member 375 SLTG_Name helpfile; member
|
H A D | write_msft.c | 168 typelib->typelib_header.helpfile = -1; in ctl2_init_header() 2450 typelib->typelib_header.helpfile = offset; in set_help_file_name()
|
/reactos/dll/win32/vbscript/ |
H A D | vbsglobal.idl | 559 [optional] VARIANT helpfile, 567 [optional] VARIANT helpfile, 737 VARIANT helpfile; 754 VARIANT helpfile,
|
H A D | global.c | 2788 BSTR source = NULL, description = NULL, helpfile = NULL; in Err_Raise() local 2805 hres = to_string(args + 3, &helpfile); in Err_Raise() 2826 if(helpfile) { in Err_Raise() 2828 ctx->ei.bstrHelpFile = helpfile; in Err_Raise() 2838 SysFreeString(helpfile); in Err_Raise()
|
/reactos/dll/win32/oleaut32/ |
H A D | typelib.h | 78 INT helpfile; /* position of helpfile in stringtable */ member 373 SLTG_Name helpfile; member
|
H A D | typelib.c | 3528 pTypeLibImpl->HelpFile = MSFT_ReadString(&cx, tlbHeader.helpfile); in ITypeLib2_Constructor_MSFT() 10364 file.header.helpfile = This->HelpFile->offset; in ICreateTypeLib2_fnSaveAllChanges() 10366 file.header.helpfile = -1; in ICreateTypeLib2_fnSaveAllChanges()
|
/reactos/base/applications/notepad/ |
H A D | dialog.c | 19 static const TCHAR helpfile[] = _T("notepad.hlp"); variable 956 WinHelp(Globals.hMainWnd, helpfile, HELP_INDEX, 0); in DIALOG_HelpContents()
|
/reactos/sdk/include/psdk/ |
H A D | oleacc.idl | 195 …[hidden, propget, id(DISPID_ACC_HELPTOPIC)] HRESULT accHelpTopic([out] BSTR *helpfile, [in, option…
|
/reactos/dll/win32/shlwapi/ |
H A D | ordinal.c | 3979 DWORD WINAPI SHWinHelpOnDemandW(HWND hwnd, LPCWSTR helpfile, DWORD flags1, VOID *ptr1, DWORD flags2) in SHWinHelpOnDemandW() argument 3982 FIXME("(%p, %s, 0x%x, %p, %d)\n", hwnd, debugstr_w(helpfile), flags1, ptr1, flags2); in SHWinHelpOnDemandW() 3990 DWORD WINAPI SHWinHelpOnDemandA(HWND hwnd, LPCSTR helpfile, DWORD flags1, VOID *ptr1, DWORD flags2) in SHWinHelpOnDemandA() argument 3993 FIXME("(%p, %s, 0x%x, %p, %d)\n", hwnd, debugstr_a(helpfile), flags1, ptr1, flags2); in SHWinHelpOnDemandA()
|
/reactos/dll/win32/msutb/ |
H A D | msutb.cpp | 830 STDMETHOD(get_accHelpTopic)(BSTR *helpfile, VARIANT varID, LONG *pidTopic); 2370 BSTR *helpfile, in get_accHelpTopic() argument
|