ITagReplacerImpl::DefaultParseUInt64
Visual Studio 2005
A parse function for a single unsigned __int64 parameter.
HTTP_CODE DefaultParseUInt64( IAtlMemMgr * pMemMgr, LPCSTR szParams, unsigned __int64 ** ppParam ) throw(...);
Parameters
- pMemMgr
-
The memory manager used to allocate memory for the parameter object.
- szParams
-
The string to parse.
- ppParam
-
[out] Address of the pointer variable that, on success, receives the pointer to the parameter object.
Returns HTTP_SUCCESS or another ATL Server status code indicating failure.
Converts szParams using _strtoui64.