Home
last modified time | relevance | path

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

/reactos/dll/win32/ole32/
H A Derrorinfo.c69 WCHAR *help_file; member
143 heap_free(This->help_file); in IErrorInfoImpl_Release()
195 *pBstrHelpFile = SysAllocString(This->help_file); in IErrorInfoImpl_GetHelpFile()
291 heap_free(This->help_file); in ICreateErrorInfoImpl_SetHelpFile()
292 This->help_file = heap_strdupW(szHelpFile); in ICreateErrorInfoImpl_SetHelpFile()
368 This->help_file = NULL; in IErrorInfoImpl_Constructor()
/reactos/dll/win32/oleaut32/
H A Dusrmarshal.c1729 DWORD *help_context, BSTR *help_file) in ITypeInfo_GetDocumentation_Proxy() argument
1745 if(!help_file) help_file = &dummy_help_file; in ITypeInfo_GetDocumentation_Proxy()
1757 DWORD *help_context, BSTR *help_file) in ITypeInfo_GetDocumentation_Stub() argument
1761 *name = *doc_string = *help_file = NULL; in ITypeInfo_GetDocumentation_Stub()
1767 if(!(flags & 8)) help_file = NULL; in ITypeInfo_GetDocumentation_Stub()
2052 BSTR *help_file) in ITypeLib_GetDocumentation_Proxy() argument
2068 if(!help_file) help_file = &dummy_help_file; in ITypeLib_GetDocumentation_Proxy()
2080 DWORD *help_context, BSTR *help_file) in ITypeLib_GetDocumentation_Stub() argument
2084 *name = *doc_string = *help_file = NULL; in ITypeLib_GetDocumentation_Stub()
2090 if(!(flags & 8)) help_file = NULL; in ITypeLib_GetDocumentation_Stub()
[all …]