Home
last modified time | relevance | path

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

/PHP-7.4/ext/com_dotnet/
H A Dcom_typeinfo.c207 ITypeInfo_GetNames(TypeInfo, pVarDesc->memid, &bstr_ids, 1, &NameCount); in php_com_import_typelib()
365 MEMBERID memid; in php_com_locate_typeinfo() local
369 if (FAILED(ITypeLib_FindName(typelib, olename, 0, &typeinfo, &memid, &cfound)) || cfound == 0) { in php_com_locate_typeinfo()
528 if (!isprop || lastid != func->memid) { in php_com_process_typeinfo()
530 lastid = func->memid; in php_com_process_typeinfo()
532 ITypeInfo_GetDocumentation(typeinfo, func->memid, &olename, NULL, NULL, NULL); in php_com_process_typeinfo()
545 ITypeInfo_GetNames(typeinfo, func->memid, names, func->cParams + 1, &cnames); in php_com_process_typeinfo()
549 php_printf("\t/* DISPID=%d */\n", func->memid); in php_com_process_typeinfo()
560 ITypeInfo_GetDocumentation(typeinfo, func->memid, NULL, &olename, NULL, NULL); in php_com_process_typeinfo()
614 ITypeInfo_GetDocumentation(typeinfo, func->memid, NULL, &olename, NULL, NULL); in php_com_process_typeinfo()
[all …]

Completed in 7 milliseconds