void RemoveResourceTag( String tag String attr );
tag String - name of the new resource tag attr String - name of the new resource attribute
HRESULT RemoveResourceTag( [in] BSTR bstrTag, [in] BSTR bstrAttr );
bstrTag [in] BSTR - name of the new resource tag bstrAttr [in] BSTR - name of the new resource attribute
Returns S_OK if successful, or an error value otherwise.
void RemoveResourceTag( const std::string& sTag, const std::string& sAttr );
sTag std::string - name of the new resource tag sAttr std::string - name of the new resource attribute
-