moniker            42 ext/com_dotnet/com_com.c 	OLECHAR *moniker;
moniker           120 ext/com_dotnet/com_com.c 	moniker = php_com_string_to_olestring(module_name, module_name_len, obj->code_page);
moniker           155 ext/com_dotnet/com_com.c 	if (FAILED(CLSIDFromString(moniker, &clsid))) {
moniker           181 ext/com_dotnet/com_com.c 			if (SUCCEEDED(res = MkParseDisplayName(pBindCtx, moniker, &ulEaten, &pMoniker))) {
moniker           221 ext/com_dotnet/com_com.c 	efree(moniker);