It's a pointer to std::set_new_handler() from the c++ runtime crypto++ is using. As the name sort-of-but-not-really suggests, you could use that to set a function for operator new to call if allocation fails.
Search for set_new_handler in MSDN for a sample. HTH, Geoff On Dec 27, 2007 12:11 PM, Rich <[EMAIL PROTECTED]> wrote: > > Can someone explain what the PSetNewHandler parameter is in > SetNewAndDeleteFromCryptoPP()? I've seen several examples of > SetNewAndDeleteFromCryptoPP(), but none do anything with this > parameter. I have implemented it in my program and don't use it, and > all works just fine. > > Any help is appreciated. > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [EMAIL PROTECTED] More information about Crypto++ and this group is available at http://www.cryptopp.com. -~----------~----~----~----~------~----~------~--~---
