RtlInitUnicodeString(&obj_name, L"\\Device\\Tcp");InitializeObjectAttributes(&objAttr, &obj_name, OBJ_CASE_INSENSITIVE | OBJ_KERNEL_HANDLE, NULL, NULL);status = ObOpenObjectByName(&objAttr, NULL, KernelMode, NULL, NULL, NULL, &hObject); if (!NT_SUCCESS(status)) { DbgPrint("[Driver entry]: ObOpenObjectByName error!\n %x",status); }