String GetSystemTempDir();
HRESULT GetSystemTempDir( [out, retval] BSTR *pTempDir );
pTempDir [out, retval] * BSTR - pointer to the temp path buffer.
Returns S_OK if successful, or an error value otherwise.
-