Cann't make connection to a graphics IOService "IOFramebuffer"
Cann't make connection to a graphics IOService "IOFramebuffer"
- Subject: Cann't make connection to a graphics IOService "IOFramebuffer"
- From: Amit Gupta <email@hidden>
- Date: Fri, 15 Apr 2005 17:14:25 +0530
I am trying to execute the code written below.
Here IOServiceOpen is giving error -536870203
Can any one tell the reason for this error.
kern_return_t err;
mach_port_t masterPort;
io_iterator_t itThis;
io_service_t service;
io_connect_t connect;
err = IOMasterPort(bootstrap_port, &masterPort);
err = IOServiceGetMatchingServices(masterPort,
IOServiceMatching("IOFramebuffer"), &itThis);
service = IOIteratorNext(itThis);
err = IOServiceOpen(service, mach_task_self(), kIOFBServerConnectType,
&connect);
Thanks
Amit
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden