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.
Syntax
RASPBDLGFUNCA Raspbdlgfunca;
void Raspbdlgfunca(
ULONG_PTR unnamedParam1,
DWORD unnamedParam2,
LPSTR unnamedParam3,
LPVOID unnamedParam4
)
{...}
Parameters
unnamedParam1
unnamedParam2
unnamedParam3
unnamedParam4
Return value
None
Remarks
Note
The rasdlg.h header defines RASPBDLGFUNC as an alias which 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 not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.
Requirements
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 |