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
~247 People Reached
Favorite Forums
Favorite Tags
2 Posted Topics
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 …
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 …
The End.
nchannon