Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An application-defined callback function used with MiniDumpWriteDump. It receives extended minidump information.
The MINIDUMP_CALLBACK_ROUTINE type defines a pointer to this callback function. MiniDumpCallback is a placeholder for the application-defined function name.
MINIDUMP_CALLBACK_ROUTINE MinidumpCallbackRoutine;
BOOL MinidumpCallbackRoutine(
[in] PVOID CallbackParam,
[in] PMINIDUMP_CALLBACK_INPUT CallbackInput,
[in, out] PMINIDUMP_CALLBACK_OUTPUT CallbackOutput
)
{...}
[in] CallbackParam
An application-defined parameter value.
[in] CallbackInput
A pointer to a MINIDUMP_CALLBACK_INPUT structure that specifies extended minidump information.
[in, out] CallbackOutput
A pointer to a MINIDUMP_CALLBACK_OUTPUT structure that receives application-defined information from the callback function.
If the function succeeds, return TRUE; otherwise, return FALSE.
Requirement | Value |
---|---|
Target Platform | Windows |
Header | minidumpapiset.h (include DbgHelp.h) |
Redistributable | DbgHelp.dll 5.1 or later |
Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!