Home
last modified time | relevance | path

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

/PHP-5.5/ext/com_dotnet/
H A Dcom_typeinfo.c181 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()
500 ITypeInfo_GetNames(typeinfo, func->memid, names, func->cParams + 1, &cnames); in php_com_process_typeinfo()
504 php_printf("\t/* DISPID=%d */\n", func->memid); in php_com_process_typeinfo()
515 ITypeInfo_GetDocumentation(typeinfo, func->memid, NULL, &olename, NULL, NULL); in php_com_process_typeinfo()
569 ITypeInfo_GetDocumentation(typeinfo, func->memid, NULL, &olename, NULL, NULL); in php_com_process_typeinfo()
[all …]

Completed in 7 milliseconds