This topic has not yet been rated - Rate this topic

ITagReplacerImpl::DefaultParseUInt64 

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.