Expand Minimize
This topic has not yet been rated - Rate this topic

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.

Syntax


void ClientCallback_Function(
  _In_   ULONG_PTR Argument1,
  _In_   ULONG_PTR Argument2,
  _In_   PSecBuffer InputBuffer,
  _Out_  PSecBuffer OutputBuffer
);

Parameters

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.

Return value

The value returned by this function is ignored.

Remarks

The implementation of this function is accessed by means of the ClientCallback function.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Ntsecpkg.h

See also

ClientCallback
SecBuffer

 

 

Send comments about this topic to Microsoft

Build date: 1/2/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.