.
Summary
A DIFLOGCALLBACK-typed function is an application-supplied callback function that an application registers with
DIFxAPI by calling
SetDifxLogCallback .
DIFxAPI calls the callback function to log events that occur during
DIFxAPI operation.
TODO - a short description of this collection of constants
5/15/2017 2:59:47 AM - 94.229.131.27
The SetDifxLogCallback function registers a caller-supplied callback function that DIFxAPI calls to log information about events that occur during DIFxAPI operations.
10/24/2008 1:14:24 PM - Andriy Klyuchevskyy-71.112.103.6
TODO - a short description of this collection of constants
5/15/2017 2:59:47 AM - 94.229.131.27
TODO - a short description of this collection of constants
5/15/2017 2:59:47 AM - 94.229.131.27
.
Summary
The
SetDifxLogCallback function registers a caller-supplied callback function that
DIFxAPI calls to log information about events that occur during
DIFxAPI operations.
The SetDifxLogCallback function registers a caller-supplied callback function that DIFxAPI calls to log information about events that occur during DIFxAPI operations.
10/24/2008 1:14:24 PM - Andriy Klyuchevskyy-71.112.103.6
TODO - a short description of this collection of constants
5/15/2017 2:59:47 AM - 94.229.131.27
TODO - a short description of this collection of constants
5/15/2017 2:59:47 AM - 94.229.131.27
.
public static extern void SetDifxLogCallback(DIFLOGCALLBACK LogCallback, IntPtr CallbackContext);
.
Public Declare Auto Function SetDifxLogCallback Lib "DIFxAPI.dll" (ByVal LogCallback As DIFLOGCALLBACK, ByVal CallbackContext As IntPtr) As Int32
.
SetDifxLogCallback(new DIFLOGCALLBACK(DIFLogCallbackFunc), IntPtr.Zero)
.
SetDifxLogCallback(New DIFLOGCALLBACK(AddressOf DIFLogCallbackFunc), IntPtr.Zero)
.
Documentation
[SetDifxLogCallback] on MSDN