/////////////////////////////////////////////////////////////////////
| 227 | |
| 228 | ////////////////////////////////////////////////////////////////////////// |
| 229 | INT_PTR SMessageBox( HWND hWnd, LPCTSTR lpText, LPCTSTR lpCaption, UINT uType,int nScale) |
| 230 | { |
| 231 | SMessageBoxImpl msgBox; |
| 232 | return msgBox.MessageBox(hWnd,lpText,lpCaption,uType, nScale); |
| 233 | } |
| 234 | |
| 235 | |
| 236 | }//end of namespace |
no test coverage detected