Searched refs:memid (Results 1 – 1 of 1) sorted by relevance
/PHP-5.3/ext/com_dotnet/ |
H A D | com_typeinfo.c | 181 ITypeInfo_GetNames(TypeInfo, pVarDesc->memid, &bstr_ids, 1, &NameCount); in php_com_import_typelib() 317 MEMBERID memid; in php_com_locate_typeinfo() local 321 if (FAILED(ITypeLib_FindName(typelib, olename, 0, &typeinfo, &memid, &cfound)) || cfound == 0) { in php_com_locate_typeinfo() 480 if (!isprop || lastid != func->memid) { in php_com_process_typeinfo() 482 lastid = func->memid; in php_com_process_typeinfo() 484 ITypeInfo_GetDocumentation(typeinfo, func->memid, &olename, NULL, NULL, NULL); in php_com_process_typeinfo() 496 ITypeInfo_GetNames(typeinfo, func->memid, names, func->cParams + 1, &cnames); in php_com_process_typeinfo() 500 php_printf("\t/* DISPID=%d */\n", func->memid); in php_com_process_typeinfo() 511 ITypeInfo_GetDocumentation(typeinfo, func->memid, NULL, &olename, NULL, NULL); in php_com_process_typeinfo() 565 ITypeInfo_GetDocumentation(typeinfo, func->memid, NULL, &olename, NULL, NULL); in php_com_process_typeinfo() [all …]
|
Completed in 4 milliseconds