Home
last modified time | relevance | path

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

/reactos/dll/win32/itss/
H A Dstorage.c48 struct chmFile *chmfile; member
308 chm_close(This->chmfile); in ITSS_IStorageImpl_Release()
407 struct chmFile *chmfile; in ITSS_IStorageImpl_OpenStorage() local
414 chmfile = chm_dup( This->chmfile ); in ITSS_IStorageImpl_OpenStorage()
415 if( !chmfile ) in ITSS_IStorageImpl_OpenStorage()
524 chm_enumerate_dir(This->chmfile, in ITSS_IStorageImpl_EnumElements()
618 TRACE("%p %s\n", chmfile, debugstr_w( dir ) ); in ITSS_create_chm_storage()
624 stg->chmfile = chmfile; in ITSS_create_chm_storage()
641 struct chmFile *chmfile; in ITSS_StgOpenStorage() local
646 chmfile = chm_openW( pwcsName ); in ITSS_StgOpenStorage()
[all …]
/reactos/dll/win32/hhctrl.ocx/
H A Dhelp.c602 LPCWSTR chmfile = NULL, name = NULL, local = NULL; in OnTopicChange() local
618 chmfile = citer->merge.chm_file; in OnTopicChange()
656 chmfile = iiter->merge.chm_file; in OnTopicChange()
662 chmfile = info->pCHMInfo->szFile; in OnTopicChange()
669 if(!chmfile) in OnTopicChange()
677 NavigateToChm(info, chmfile, local); in OnTopicChange()