SymEnumSourceFileTokensProc Callback Function

Debug Help Library

SymEnumSourceFileTokensProc Callback Function

[This documentation is preliminary and is subject to change.]

An application-defined callback function used with the SymEnumSourceFileTokens function.

The PENUMSOURCEFILETOKENSCALLBACK type defines a pointer to this callback function. SymEnumSourceFileTokensProc is a placeholder for the application-defined function name.

BOOL CALLBACK SymEnumSourceFileTokensProc(
  [in]                 PVOID token,
  [in]                 size_t size
);

Parameters

token

TBD

size

TBD

Return Value

If the function returns TRUE, the enumeration will continue.

If the function returns FALSE, the enumeration will stop.

Requirements

Header

Declared in Dbghelp.h.

See Also

SymEnumSourceFileTokens

Send comments about this topic to Microsoft

Build date: 9/25/2007

© 2007 Microsoft Corporation. All rights reserved.