Searched refs:memid (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/ext/com_dotnet/ |
H A D | com_typeinfo.c | 180 ITypeInfo_GetNames(TypeInfo, pVarDesc->memid, &bstr_ids, 1, &NameCount); in php_com_import_typelib() 321 MEMBERID memid; in php_com_locate_typeinfo() local 325 if (FAILED(ITypeLib_FindName(typelib, olename, 0, &typeinfo, &memid, &cfound)) || cfound == 0) { in php_com_locate_typeinfo() 484 if (!isprop || lastid != func->memid) { in php_com_process_typeinfo() 486 lastid = func->memid; in php_com_process_typeinfo() 488 ITypeInfo_GetDocumentation(typeinfo, func->memid, &olename, NULL, NULL, NULL); in php_com_process_typeinfo() 501 ITypeInfo_GetNames(typeinfo, func->memid, names, func->cParams + 1, &cnames); in php_com_process_typeinfo() 505 php_printf("\t/* DISPID=%d */\n", func->memid); in php_com_process_typeinfo() 516 ITypeInfo_GetDocumentation(typeinfo, func->memid, NULL, &olename, NULL, NULL); in php_com_process_typeinfo() 570 ITypeInfo_GetDocumentation(typeinfo, func->memid, NULL, &olename, NULL, NULL); in php_com_process_typeinfo() [all …]
|
Completed in 6 milliseconds