Minggu, 23 Januari 2011

Using MFTrace to Trace Your Own Code

Now that you know how to trace Media Foundation and analyze those traces to figure out what Media Foundation is doing, the next step is to figure out what your own code is doing. That means adding traces for MFTrace to your code. The simplest way to add traces is to use the OutputDebugString function. OutputDebugString takes a single string as input:void WINAPI OutputDebugString(  __in_opt  

Tidak ada komentar:

Posting Komentar