Home | History | Annotate | Download | only in common

Lines Matching defs:type_info

428   OBJECT_TYPE_INFORMATION* type_info =
432 error = g_QueryObject(handle, ObjectTypeInformation, type_info, size, &size);
434 type_info->Name.Buffer[type_info->Name.Length / sizeof(wchar_t)] = L'\0';
446 if (0 == _wcsicmp(type_info->Name.Buffer, L"Process")) {