Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
3
Posts with Upvotes
2
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~247 People Reached
Favorite Forums

2 Posted Topics

Member Avatar for nchannon

Hi can anyone show me how I can use Directx 10 under win7 to render YUY2 video stream to overlay screen. MY display card support overlay using DirectShow and DX8 but im trying to migrate now to win7 and dx10 but am not shure how to make dx10 implement overlay …

Member Avatar for mshauny
0
83
Member Avatar for lukename

Hi here is a function that will do this for you CString YOURCLASS::GetEXEName(DWORD dwProcessID) { DWORD aProcesses [1024], cbNeeded, cProcesses; unsigned int i; //Enumerate all processes if (!EnumProcesses(aProcesses, sizeof(aProcesses), &cbNeeded)) return NULL; // Calculate how many process identifiers were returned. cProcesses = cbNeeded / sizeof(DWORD); TCHAR szEXEName[MAX_PATH]; //Loop through all …

Member Avatar for nchannon
0
164

The End.