RASPBDLGFUNCA callback function (rasdlg.h)
The RasPBDlgFunc function is an application-defined callback function that receives notifications of user activity while the RasPhonebookDlg dialog box is open.
RASPBDLGFUNCA Raspbdlgfunca;
void Raspbdlgfunca(
ULONG_PTR unnamedParam1,
DWORD unnamedParam2,
LPSTR unnamedParam3,
LPVOID unnamedParam4
)
{...}
unnamedParam1
unnamedParam2
unnamedParam3
unnamedParam4
None
Not
The rasdlg.h header defines RASPBDLGFUNC as an alias that automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that is not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | rasdlg.h |