I write an AGDI driver for debugging my slef-build OS. This driver modifys some parameters passed from UV5, then calls the JL2CM3.DLL to debug the target with JLink. When the UV5 calls the DllUv3Cap function with 109 as the value of the first parameter, the second parameter is a pointer to the 'dbgblk' buffer. The member 'n1Res' and 'n8Res' of the 'dbgblk' had been set by UV5, and their value look like a pointer. If my driver modify the 'n1Res' and 'n8Res' before calling the JL2CM3.DLL, the JL2CM3.DLL will be crack. The 'n1Res' and 'n8Res' are not described in 'Application Note 173', so I don't known how to use them. What is the value of the 'n1Res' and 'n8Res' in UV5 ?