Exemplo n.º 1
0
 public void OutputDebugString64([R(0)] ulong strPtr, [R(1)] ulong size)
 {
     _syscall.OutputDebugString(strPtr, size);
 }
Exemplo n.º 2
0
 public void OutputDebugString32([R(0)] uint strPtr, [R(1)] uint size)
 {
     _syscall.OutputDebugString(strPtr, size);
 }