Searched refs:help_file (Results 1 – 2 of 2) sorted by relevance
69 WCHAR *help_file; member143 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()
1729 DWORD *help_context, BSTR *help_file) in ITypeInfo_GetDocumentation_Proxy() argument1745 if(!help_file) help_file = &dummy_help_file; in ITypeInfo_GetDocumentation_Proxy()1757 DWORD *help_context, BSTR *help_file) in ITypeInfo_GetDocumentation_Stub() argument1761 *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() argument2068 if(!help_file) help_file = &dummy_help_file; in ITypeLib_GetDocumentation_Proxy()2080 DWORD *help_context, BSTR *help_file) in ITypeLib_GetDocumentation_Stub() argument2084 *name = *doc_string = *help_file = NULL; in ITypeLib_GetDocumentation_Stub()2090 if(!(flags & 8)) help_file = NULL; in ITypeLib_GetDocumentation_Stub()[all …]