Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/oleaut32/
H A Dtypelib.c1951 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 Dapi.vbs1543 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 Dcpanel.h38 WCHAR helpfile[128]; member
H A Dcontrol.c130 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 Dwrite_sltg.c60 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 Dtypelib_struct.h75 INT helpfile; /* position of helpfile in stringtable */ member
375 SLTG_Name helpfile; member
H A Dwrite_msft.c168 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 Dvbsglobal.idl559 [optional] VARIANT helpfile,
567 [optional] VARIANT helpfile,
737 VARIANT helpfile;
754 VARIANT helpfile,
H A Dglobal.c2788 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 Dtypelib.h78 INT helpfile; /* position of helpfile in stringtable */ member
373 SLTG_Name helpfile; member
H A Dtypelib.c3528 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 Ddialog.c19 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 Doleacc.idl195 …[hidden, propget, id(DISPID_ACC_HELPTOPIC)] HRESULT accHelpTopic([out] BSTR *helpfile, [in, option…
/reactos/dll/win32/shlwapi/
H A Dordinal.c3979 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 Dmsutb.cpp830 STDMETHOD(get_accHelpTopic)(BSTR *helpfile, VARIANT varID, LONG *pidTopic);
2370 BSTR *helpfile, in get_accHelpTopic() argument