Will error() modify contents of pszArg?

May 20, 2008
12,173
133
Syracuse, NY, USA
int WINAPI error( int nErrorCode, LPTSTR pszArg );

suggests the contents of pszArg might get modified. Is that possible?

Thanks.