PFN_WdsCliTraceFunction callback function (wdsclientapi.h)
Defines a callback function that can receive debugging messages from the WDS client.
Syntax
PFN_WdsCliTraceFunction PfnWdsclitracefunction;
void PfnWdsclitracefunction(
[in] LPCWSTR pwszFormat,
[in] va_list Params
)
{...}
Parameters
[in] pwszFormat
A pointer to a null-terminated string value that contains a formatted string.
[in] Params
A list of parameters used by the formatted string.
Return value
None
Requirements
| Minimum supported client | Windows Vista with SP1 [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Target Platform | Windows |
| Header | wdsclientapi.h |