Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am attempting to peek into a casino game window to see what is happening inside the thread of the PTIODEVICE by using something along the lines of a windows hook.

After googling about "Class: PTIODEVICE" i've discovered that there is a hierarchy below the top level Class

PTIODEVICE -> SHELL EMBEDDING -> SHELL DOCOBJECT VIEW -> INTERNET EXPLORER_SERVER

Could someone help to shed some light on how I get the handle of initially the SHELL EMBEDDING below the PTIODEVICE, then perhaps how to find my way down to the bottom of this hierarchy?

Thanks in advance
Yoshi

EDIT: ok I figured out that I just needed to enumerate the child windows to find the handle of the INTERNET EXPLORER_SERVER
Posted
Updated 8-Aug-15 23:45pm
v3

1 solution

ok I figured out that I just needed to enumerate the child windows to find the handle of the INTERNET EXPLORER_SERVER
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900