ClientCallback_Function callback function
The ClientCallback_Function function is accessed by using the ClientCallback function.
ClientCallback_Function is a placeholder for the actual name of the function.
void ClientCallback_Function(
_In_ ULONG_PTR Argument1,
_In_ ULONG_PTR Argument2,
_In_ PSecBuffer InputBuffer,
_Out_ PSecBuffer OutputBuffer
);
Argument1 [in]
First argument to the function.Argument2 [in]
Second argument to the function.InputBuffer [in]
A pointer to a SecBuffer structure that contains information to pass to the function.OutputBuffer [out]
A pointer to a SecBuffer structure that receives information passed from the function.
The value returned by this function is ignored.
The implementation of this function is accessed by means of the ClientCallback function.
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
Ntsecpkg.h |