- // This one is only defined in the latest SDK and only available
- // on XP. MSDN says it is similar to sending WM_PRINT so I expect
- // that it will work similar to the above. Since it is avaialble
- // only on XP, it can't be compiled like this and will have to be
- // loaded dynamically.
- //::PrintWindow(GetHwndOf(window), GetHdcOf(dc), 0);
- //break;
+ // This one is only defined in the latest SDK and is only
+ // available on XP. MSDN says it is similar to sending WM_PRINT
+ // so I expect that it will work similar to the above. Since it
+ // is avaialble only on XP, it can't be compiled like this and
+ // will have to be loaded dynamically.
+ // //::PrintWindow(GetHwndOf(window), GetHdcOf(dc), 0); //break;