|
EnumSymbolsCallback
- 0 2.0
EnumSymbolsCallback is a callback function pointed to by the lpEnumFunc parameter of EnumSymbols. The callback function can have any name. The function's name must appear in
the EXPORT section of the application's module definition file.
int CALLBACK EnumSymbolsCallback( LPSYV lpsyv, int csyv, FAR void * lvData )
Parameters
lpsyv
Symbol string.
csyv
Count of symbols in string.
lvData
Address of application-specific data from EnumSymbols.
Return Value
Returns TRUE to continue enumeration, or FALSE to stop enumeration.
See Also
EnumSymbols, SYV_
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|